class TCoeFont |
A class to simplify font usage
Public Member Functions | |
---|---|
TCoeFont(TLogicalSize, TInt, TInt) | |
TCoeFont(TInt, TInt, TInt) | |
TCoeFont(const TCoeFont &) | |
TCoeFont() | |
IMPORT_C TCoeFont | AnnotationFont(TInt) |
TInt | Compare(const TCoeFont &, const TCoeFont &) |
IMPORT_C TInt | HeightInPixels() |
IMPORT_C TBool | IsNonZooming() |
IMPORT_C TCoeFont | LegendFont(TInt) |
IMPORT_C TLogicalSize | LogicalSize() |
IMPORT_C TCoeFont | NormalFont(TInt) |
IMPORT_C TFontStyle | Style() |
IMPORT_C TCoeFont | TitleFont(TInt) |
Public Member Enumerations | |
---|---|
enum | TFlags { ENoFlags = 0x00, ENonZooming = 0x01 } |
enum | TLogicalSize { EExtraSmall = 0, ESmall, EMedium, ELarge, EExtraLarge, EUndefinedSize = -1 } |
enum | TStyle { EPlain = 0x00, EItalic = 0x01, EBold = 0x02, ESuper = 0x04, ESub = 0x08 } |
Private Attributes | |
---|---|
TInt8 | iFlags |
TInt8 | iHeightInPixels |
TLogicalSize | iLogicalSize |
TInt | iSpare |
TInt8 | iStyle |
TTypeface | iTypeface |
IMPORT_C | TCoeFont | ( | TLogicalSize | aSize, |
TInt | aStyle, | |||
TInt | aFlags = ENoFlags | |||
) |
TLogicalSize aSize | |
TInt aStyle | |
TInt aFlags = ENoFlags |
IMPORT_C | TCoeFont | ( | TInt | aHeightInPixels, |
TInt | aStyle, | |||
TInt | aFlags = ENoFlags | |||
) |
IMPORT_C TCoeFont | AnnotationFont | ( | TInt | aFlags = ENoFlags | ) | [static] |
TInt aFlags = ENoFlags |
TInt | Compare | ( | const TCoeFont & | aFirst, |
const TCoeFont & | aSecond | |||
) | [static] |
IMPORT_C TCoeFont | LegendFont | ( | TInt | aFlags = ENoFlags | ) | [static] |
TInt aFlags = ENoFlags |
IMPORT_C TCoeFont | NormalFont | ( | TInt | aFlags = ENoFlags | ) | [static] |
TInt aFlags = ENoFlags |
IMPORT_C TCoeFont | TitleFont | ( | TInt | aFlags = ENoFlags | ) | [static] |
TInt aFlags = ENoFlags |