CListBoxData::CFontsWithStyle Class Reference

class CListBoxData::CFontsWithStyle : public CBase

Inherits from

  • CListBoxData::CFontsWithStyle

Constructor & Destructor Documentation

CFontsWithStyle()

CFontsWithStyle()

C++ default constructor.

~CFontsWithStyle()

~CFontsWithStyle()

Destructor.

Member Functions Documentation

FontStyle()

IMPORT_C TFontStyleFontStyle()

Getter for used font style

TFontStyle Used font style

ReleaseFonts()

IMPORT_C voidReleaseFonts()

Releases fonts when they are no longer required.

SetFontStyle(TFontStyle)

IMPORT_C voidSetFontStyle(TFontStyleaFontStyle)

Setter for used font style

aFontStyle Font style to use.

Parameters

TFontStyle aFontStyle

Member Data Documentation

TFontStyle iFontStyle

TFontStyle iFontStyle[private]

Font style in use

CArrayPtrFlat< CFont > * iFonts

CArrayPtrFlat< CFont > *iFonts

CArrayPtrFlat<CFont> is used instead of CFont*, because in some subclasses this structure can contain more than 1 font.