An abstract font class.
![]() | AFont (const string* foundry, int name, int style, int size, bool scalable) Creates new font with the specified name, style and point size. |
![]() | GetFamily () Gets the family name of the font. |
![]() | GetStyle () Gets the style of the font. |
![]() | GetSize () Gets the point size of the font. |
![]() | IsScalable () Is the font scalable. |
![]() | GetFoundry () |
![]() | SetScalable (bool b) |
![]() | IsUnderlined () Is the font underlined. |
![]() | SetUnderlined (bool b) Set/Unset font underlined option |
![]() | GetFactor () The factor with which a scalable font is scaled. |
![]() | SetFactor (double d) |
![]() | IsPlain () Returns true if the font is plain. |
![]() | IsBold () Returns true if the font is bold. |
![]() | IsItalic () Returns true if the font is italic. |
An abstract font class.
static const int TIMESROMAN
static const int COURIER
static const int NEWCENTURYSCHLBK
static const int SYMBOL
static const int PLAIN
static const int BOLD
static const int ITALIC
AFont(const string* foundry, int name, int style, int size, bool scalable)
int GetFamily()
int GetStyle()
int GetSize()
bool IsScalable()
const string* GetFoundry()
void SetScalable(bool b)
bool IsUnderlined()
void SetUnderlined(bool b)
double GetFactor()
void SetFactor(double d)
bool IsPlain()
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de