Definition at line 38 of file font.c.
§ cGlyph()
cGlyph::cGlyph |
( |
uint |
CharCode, |
|
|
FT_GlyphSlotRec_ * |
GlyphData |
|
) |
| |
§ ~cGlyph()
§ AdvanceX()
int cGlyph::AdvanceX |
( |
void |
| ) |
const |
|
inline |
§ AdvanceY()
int cGlyph::AdvanceY |
( |
void |
| ) |
const |
|
inline |
§ Bitmap()
uchar* cGlyph::Bitmap |
( |
void |
| ) |
const |
|
inline |
§ CharCode()
uint cGlyph::CharCode |
( |
void |
| ) |
const |
|
inline |
§ GetKerningCache()
int cGlyph::GetKerningCache |
( |
uint |
PrevSym | ) |
const |
§ Left()
int cGlyph::Left |
( |
void |
| ) |
const |
|
inline |
§ Pitch()
int cGlyph::Pitch |
( |
void |
| ) |
const |
|
inline |
§ Rows()
int cGlyph::Rows |
( |
void |
| ) |
const |
|
inline |
§ SetKerningCache()
void cGlyph::SetKerningCache |
( |
uint |
PrevSym, |
|
|
int |
Kerning |
|
) |
| |
§ Top()
int cGlyph::Top |
( |
void |
| ) |
const |
|
inline |
§ Width()
int cGlyph::Width |
( |
void |
| ) |
const |
|
inline |
§ advanceX
§ advanceY
§ bitmap
§ charCode
§ kerningCache
§ left
The bitmap's left bearing expressed in integer pixels.
Definition at line 44 of file font.c.
§ pitch
The pitch's absolute value is the number of bytes taken by one bitmap row, including padding.
Definition at line 48 of file font.c.
§ rows
The number of bitmap rows.
Definition at line 47 of file font.c.
§ top
The bitmap's top bearing expressed in integer pixels.
Definition at line 45 of file font.c.
§ width
The number of pixels per bitmap row.
Definition at line 46 of file font.c.
The documentation for this class was generated from the following file: