| class MTmCustom::TLineHeightParam |
TLineHeightParam structure is used in MTmCustom::SetLineHeight() method to set text line height related parameters such as max character height, max ascent and descent, height and depth of the tallest pictures (top-aligned, bottom-aligned or centered). MTmCustom::SetLineHeight()
| Public Member Functions | |
|---|---|
| TLineHeightParam() | |
| TLineHeightParam | ( | ) | [inline] |
Constructs a line height parameter structure, setting all the data members to zero.
| TInt | iFontMaxCharDepth |
Depth of the deepest character of any in the fonts in the line.
| TInt | iFontMaxCharHeight |
Height of the tallest character of any in the fonts in the line.
| TInt | iMaxBottomPictureHeight |
Height plus depth of the tallest bottom-aligned picture.
| TInt | iMaxCenterPictureHeight |
Height plus depth of the tallest centred picture.
| TInt | iMaxTopPictureHeight |
Height plus depth of the tallest top-aligned picture.