#include <mw/coefont.h>
class TCoeFont |
Public Member Enumerations | |
---|---|
enum | TFlags { ENoFlags, ENonZooming } |
enum | TLogicalSize { EExtraSmall, ESmall, EMedium, ELarge, ..., EUndefinedSize } |
enum | TStyle { EPlain, EItalic, EBold, ESuper, ESub } |
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) |
A class to simplify font usage
Enumerator | Value | Description |
---|---|---|
ENoFlags | 0x00 | |
ENonZooming | 0x01 |
Enumerator | Value | Description |
---|---|---|
EExtraSmall | 0 | |
ESmall | ||
EMedium | ||
ELarge | ||
EExtraLarge | ||
EUndefinedSize | -1 |