TCoeFont Class Reference
A class to simplify font usage
| 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 } |
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 Functions 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
Member Enumerations Documentation
Enum TFlags
Enumerators
| ENoFlags = 0x00 | |
| ENonZooming = 0x01 | |
Enum TLogicalSize
Enumerators
| EExtraSmall = 0 | |
| ESmall | |
| EMedium | |
| ELarge | |
| EExtraLarge | |
| EUndefinedSize = -1 | |
Enum TStyle
Enumerators
| EPlain = 0x00 | |
| EItalic = 0x01 | |
| EBold = 0x02 | |
| ESuper = 0x04 | |
| ESub = 0x08 | |
Member Data Documentation
TInt8
iHeightInPixels
|
TInt8
| iHeightInPixels | [private] |
TLogicalSize
iLogicalSize
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.