Definition at line 38 of file font.c.
cGlyph::cGlyph |
( |
uint |
CharCode, |
|
|
FT_GlyphSlotRec_ * |
GlyphData |
|
) |
| |
int cGlyph::AdvanceX |
( |
void |
| ) |
const |
|
inline |
int cGlyph::AdvanceY |
( |
void |
| ) |
const |
|
inline |
uchar* cGlyph::Bitmap |
( |
void |
| ) |
const |
|
inline |
uint cGlyph::CharCode |
( |
void |
| ) |
const |
|
inline |
int cGlyph::GetKerningCache |
( |
uint |
PrevSym | ) |
const |
int cGlyph::Left |
( |
void |
| ) |
const |
|
inline |
int cGlyph::Pitch |
( |
void |
| ) |
const |
|
inline |
int cGlyph::Rows |
( |
void |
| ) |
const |
|
inline |
void cGlyph::SetKerningCache |
( |
uint |
PrevSym, |
|
|
int |
Kerning |
|
) |
| |
int cGlyph::Top |
( |
void |
| ) |
const |
|
inline |
int cGlyph::Width |
( |
void |
| ) |
const |
|
inline |
The bitmap's left bearing expressed in integer pixels.
Definition at line 44 of file font.c.
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.
The number of bitmap rows.
Definition at line 47 of file font.c.
The bitmap's top bearing expressed in integer pixels.
Definition at line 45 of file font.c.
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: