Struct representing bitmap font data. More...
Classes | |
struct | CharInfo |
Struct representing data for individual char. More... | |
struct | KerningPairInfo |
Struct representing kerning info between chars. More... | |
Public Attributes | |
const char * | FontFamily |
The font family. | |
unsigned | Size |
The font size in which the glyph are rasterized. In pixels. | |
bool | IsBold |
Whether this is a bold font. | |
bool | IsItalic |
Whether this is an italic font. | |
unsigned | Baseline |
The baseline of the font according to the Size of the font. In pixels. | |
unsigned | LineHeight |
The line height of the font according to the Size of the font. In pixels. | |
CharInfo * | Chars |
Pointer to the char info data. | |
unsigned | NumChars |
Number of chars in this font. | |
KerningPairInfo * | KerningPairs |
Pointer to kerning info. More... | |
unsigned | NumKerningPairs |
Number of kerning pairs. | |
Struct representing bitmap font data.
KerningPairInfo* cohtml::BitmapFontDescription::KerningPairs |
Pointer to kerning info.