TCoeFont Class Reference
| Public Member Enumerations |
|---|
| enum | TFlags { ENoFlags, ENonZooming } |
| enum | TLogicalSize { EExtraSmall, ESmall, EMedium, ELarge, ..., EUndefinedSize } |
| enum | TStyle { EPlain, EItalic, EBold, ESuper, ESub } |
Detailed Description
A class to simplify font usage
Member Enumeration Documentation
Enum TFlags
| Enumerator | Value | Description |
|---|
| ENoFlags | 0x00 | |
| ENonZooming | 0x01 | |
Enum TLogicalSize
| Enumerator | Value | Description |
|---|
| EExtraSmall | 0 | |
| ESmall | | |
| EMedium | | |
| ELarge | | |
| EExtraLarge | | |
| EUndefinedSize | -1 | |
Enum TStyle
| Enumerator | Value | Description |
|---|
| EPlain | 0x00 | |
| EItalic | 0x01 | |
| EBold | 0x02 | |
| ESuper | 0x04 | |
| ESub | 0x08 | |
Constructor & Destructor Documentation
TCoeFont ( TLogicalSize, TInt, TInt )
TCoeFont ( TInt, TInt, TInt )
| IMPORT_C | TCoeFont | ( | TInt | aHeightInPixels, |
| | TInt | aStyle, |
| | TInt | aFlags = ENoFlags |
| | ) | |
TCoeFont ( const TCoeFont & )
Member Function Documentation
AnnotationFont ( TInt )
| IMPORT_C TCoeFont | AnnotationFont | ( | TInt | aFlags = ENoFlags | ) | [static] |
Return a default "annotation" font
Compare ( const TCoeFont &, const TCoeFont & )
HeightInPixels ( )
| IMPORT_C TInt | HeightInPixels | ( | ) | const |
Return this font's height in pixels
IsNonZooming ( )
| IMPORT_C TBool | IsNonZooming | ( | ) | const |
Says whether this font can be zoomed or not
LegendFont ( TInt )
Return a default "legend" font
LogicalSize ( )
Return this font's logical size
NormalFont ( TInt )
Return a default "normal" font
TitleFont ( TInt )
Return a default "title" font