»
Symbian OS v9.3 »
Symbian OS reference »
C++ component reference »
Application Framework CONE »
TCoeFont
Location:
coefont.h
Link against: cone.lib
class TCoeFont;
Description
A class to simplify font usage
Members
Defined in TCoeFont
:
AnnotationFont()
, EBold
, EExtraLarge
, EExtraSmall
, EItalic
, ELarge
, EMedium
, ENoFlags
, ENonZooming
, EPlain
, ESmall
, ESub
, ESuper
, EUndefinedSize
, HeightInPixels()
, IsNonZooming()
, LegendFont()
, LogicalSize()
, NormalFont()
, Style()
, TCoeFont()
, TCoeFont()
, TCoeFont()
, TCoeFont()
, TFlags
, TLogicalSize
, TStyle
, TitleFont()
Construction and destruction
IMPORT_C TCoeFont(TLogicalSize aSize, TInt aStyle, TInt aFlags=ENoFlags);
Description
constructor
Parameters
IMPORT_C TCoeFont(TInt aHeightInPixels, TInt aStyle, TInt aFlags=ENoFlags);
Description
constructor
Parameters
IMPORT_C TCoeFont(const TCoeFont &aFont);
Description
Copy constructor
Parameters
IMPORT_C TCoeFont();
Description
static IMPORT_C TCoeFont NormalFont(TInt aFlags=ENoFlags);
Description
Return a default "normal" font
Parameters
Return value
static IMPORT_C TCoeFont LegendFont(TInt aFlags=ENoFlags);
Description
Return a default "legend" font
Parameters
Return value
static IMPORT_C TCoeFont AnnotationFont(TInt aFlags=ENoFlags);
Description
Return a default "annotation" font
Parameters
Return value
static IMPORT_C TCoeFont TitleFont(TInt aFlags=ENoFlags);
Description
Return a default "title" font
Parameters
Return value
IMPORT_C TLogicalSize LogicalSize() const;
Description
Return this font's logical size
Return value
IMPORT_C TInt HeightInPixels() const;
Description
Return this font's height in pixels
Return value
IMPORT_C TFontStyle Style() const;
Description
Return this font's style
Return value
IMPORT_C TBool IsNonZooming() const;
Description
Says whether this font can be zoomed or not
Return value