CFontCache – generates and maintains font cache.
More...
#include <FontCache.h>
|
| enum | ExceptionCodes { eUnableToInitializeFreeType = EXC_FONTCACHE,
eUnableToGenerateFontCache = EXC_FONTCACHE + 1,
eUnableToWriteFontCacheFile = EXC_FONTCACHE + 2,
eUnableToOpenFontCacheFile = EXC_FONTCACHE + 3
} |
| | A container for all the available system fonts.
|
| |
|
typedef cache_type::value_type | value_type |
| |
|
|
void | serialize () |
| |
|
void | restore (Larson::CConfig *config) |
| |
|
FT_Face | findFace (Larson::CConfig *config, CLSTFont *) |
| |
|
int | getFacesSize () |
| |
|
std::wstring | getFaceFamilyByIndex (int index) |
| |
|
std::wstring | getFacePathByIndex (int index) |
| |
CFontCache – generates and maintains font cache.
The documentation for this class was generated from the following files: