Classes | |
class | IlvFont |
Resource class. More... | |
Typedefs | |
typedef IlUShort | IlvFontSize |
The size of a font. More... | |
Enumerations | |
enum | IlvFontStyle { IlvNormalFontStyle, IlvBoldFontStyle, IlvUnderlinedFontStyle, IlvItalicFontStyle } |
The different basic font styles. More... | |
Library: xviews or winviews or mviews (mutually exclusive)
Declaration of the IlvFont class.
The size of a font.
The size of a font, in pixels, is defined as an unsigned, 16-bit integer.
enum IlvFontStyle |
The different basic font styles.
When allocating a font (using IlvDisplay::getFont()
), you can specify the style of this font using the values defined in this enumeration.
ORed
in order to accumulate several style modifiers. For example, if you need an underlined, bold font, you will be using: Enumerator | |
---|---|
IlvNormalFontStyle | The font has no special style. |
IlvBoldFontStyle | The font is bold. |
IlvUnderlinedFontStyle | The font is underlined. |
IlvItalicFontStyle | The font is slanted. |