The FFont class provides a thin wrapper around the freetype face type.
◆ ~FFont()
◆ FFont() [1/5]
FFont::FFont |
( |
FFont && |
| ) |
|
|
delete |
◆ FFont() [2/5]
FFont::FFont |
( |
const FFontEngine & |
iFontEngine, |
|
|
const std::string & |
iRequestedFamily, |
|
|
const std::string & |
iRequestedStyle |
|
) |
| |
◆ FFont() [3/5]
◆ FFont() [4/5]
FFont::FFont |
( |
const FFontEngine & |
iFontEngine, |
|
|
const std::string & |
iRequestedPath |
|
) |
| |
◆ FFont() [5/5]
FFont::FFont |
( |
const FFont & |
| ) |
|
◆ Family()
const std::string& FFont::Family |
( |
| ) |
const |
◆ FontEngine()
◆ FontHandle()
void* FFont::FontHandle |
( |
| ) |
const |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ Style()
const std::string& FFont::Style |
( |
| ) |
const |
◆ DefaultFont
const FFont FFont::DefaultFont |
|
static |