contains all the FontFaces_c of one FontRessource_c
More...
contains all the FontFaces_c of one FontRessource_c
You usually don't create this class, it is greated for you by FontCache_c::getFont
STLL::Font_c::Font_c |
( |
void |
| ) |
|
|
inline |
void STLL::Font_c::add |
( |
std::shared_ptr< FontFace_c > |
f | ) |
|
|
inline |
add a font face to the font
auto STLL::Font_c::begin |
( |
void |
| ) |
const |
|
inline |
auto STLL::Font_c::end |
( |
void |
| ) |
const |
|
inline |
std::shared_ptr<FontFace_c> STLL::Font_c::get |
( |
char32_t |
codepoint | ) |
const |
find the fontface that contains the codepoint
int32_t STLL::Font_c::getAscender |
( |
void |
| ) |
const |
|
inline |
int32_t STLL::Font_c::getDescender |
( |
void |
| ) |
const |
|
inline |
uint32_t STLL::Font_c::getHeight |
( |
void |
| ) |
const |
|
inline |
int32_t STLL::Font_c::getUnderlinePosition |
( |
void |
| ) |
const |
|
inline |
int32_t STLL::Font_c::getUnderlineThickness |
( |
void |
| ) |
const |
|
inline |
STLL::Font_c::operator bool |
( |
| ) |
const |
|
inlineexplicit |
number of font faces in the font
bool STLL::Font_c::operator== |
( |
const Font_c & |
rhs | ) |
const |
|
inline |
The documentation for this class was generated from the following file: