The FFontEngine class provides a thin wrapper around the freetype library. It also provides a registry to store and retrieve discoverable font entries on the system.
◆ ~FFontEngine()
FFontEngine::~FFontEngine |
( |
| ) |
|
◆ FFontEngine() [1/3]
FFontEngine::FFontEngine |
( |
| ) |
|
◆ FFontEngine() [2/3]
◆ FFontEngine() [3/3]
◆ AddLookupPath()
void FFontEngine::AddLookupPath |
( |
const std::string & |
iPath | ) |
|
◆ AddLookupPaths()
void FFontEngine::AddLookupPaths |
( |
const std::list< std::string > & |
iPaths | ) |
|
◆ FamilyCount()
int FFontEngine::FamilyCount |
( |
| ) |
const |
◆ FuzzyFindFontFamily()
const FFontFamilyEntry* FFontEngine::FuzzyFindFontFamily |
( |
const std::string & |
iName | ) |
const |
◆ FuzzyFindFontPath()
std::string FFontEngine::FuzzyFindFontPath |
( |
const std::string & |
iFamily, |
|
|
const std::string & |
iStyle |
|
) |
| const |
◆ FuzzyFindFontStyle()
const FFontStyleEntry* FFontEngine::FuzzyFindFontStyle |
( |
const std::string & |
iFamily, |
|
|
const std::string & |
iStyle |
|
) |
| const |
◆ LibraryHandle()
void* FFontEngine::LibraryHandle |
( |
| ) |
const |
◆ LookupPaths()
const std::list< std::string >& FFontEngine::LookupPaths |
( |
| ) |
const |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ Records()
◆ Refresh()
void FFontEngine::Refresh |
( |
| ) |
|
◆ GFontEngine