class CListBoxData::CFontsWithStyle : public CBase |
Public Member Functions | |
---|---|
CFontsWithStyle() | |
~CFontsWithStyle() | |
IMPORT_C TFontStyle | FontStyle() |
IMPORT_C void | ReleaseFonts() |
IMPORT_C void | SetFontStyle(TFontStyle) |
Public Attributes | |
---|---|
CArrayPtrFlat< CFont > * | iFonts |
Private Attributes | |
---|---|
TFontStyle | iFontStyle |
IMPORT_C void | SetFontStyle | ( | TFontStyle | aFontStyle | ) |
Setter for used font style
aFontStyle Font style to use.
TFontStyle aFontStyle |
CArrayPtrFlat< CFont > * | iFonts |
CArrayPtrFlat<CFont> is used instead of CFont*, because in some subclasses this structure can contain more than 1 font.