
Public Member Functions | |
| FontCustomPlatformData (BalFontFace *fontFace) | |
| FontCustomPlatformData constructor. | |
| ~FontCustomPlatformData () | |
| FontCustomPlatformData destructor. | |
| FontPlatformData | fontPlatformData (int size, bool bold, bool italic, FontRenderingMode=NormalRenderingMode) |
| get FontPlatformData | |
Public Attributes | |
| BalFontFace * | m_fontFace |
| WKAL::FontCustomPlatformData::FontCustomPlatformData | ( | BalFontFace * | fontFace | ) |
FontCustomPlatformData constructor.
| [in] | : | platform font face FontCustomPlatformData *fcpd = new FontCustomPlatformData(fontFace); |
| WKAL::FontCustomPlatformData::~FontCustomPlatformData | ( | ) |
| FontPlatformData WKAL::FontCustomPlatformData::fontPlatformData | ( | int | size, | |
| bool | bold, | |||
| bool | italic, | |||
| FontRenderingMode | = NormalRenderingMode | |||
| ) |
get FontPlatformData
| [in] | : | size |
| [in] | : | bold status |
| [in] | : | italic status |
| [in] | : | font rendering mode |
| [out] | : | FontPlatformData |