#include <COEFONT.H>
Link against:
cone.lib
class TCoeFont;
Description
A class to simplify font usage
Members
Defined in TCoeFont
:
Construction and destruction
TCoeFont(TLogicalSize,TInt,TInt)
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
TCoeFont(const TCoeFont &)
IMPORT_C TCoeFont(const TCoeFont &aFont);
Description
Copy constructor
Parameters
IMPORT_C TCoeFont();
Description
IMPORT_C static TCoeFont NormalFont(TInt aFlags=ENoFlags);
Description
Return a default "normal" font
Parameters
Return value
IMPORT_C static TCoeFont LegendFont(TInt aFlags=ENoFlags);
Description
Return a default "legend" font
Parameters
Return value
IMPORT_C static TCoeFont AnnotationFont(TInt aFlags=ENoFlags);
Description
Return a default "annotation" font
Parameters
Return value
IMPORT_C static 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