|
vdr
2.2.0
|
Public Member Functions | |
| cGlyph (uint CharCode, FT_GlyphSlotRec_ *GlyphData) | |
| virtual | ~cGlyph () |
| uint | CharCode (void) const |
| uchar * | Bitmap (void) const |
| int | AdvanceX (void) const |
| int | AdvanceY (void) const |
| int | Left (void) const |
| int | Top (void) const |
| int | Width (void) const |
| int | Rows (void) const |
| int | Pitch (void) const |
| int | GetKerningCache (uint PrevSym) const |
| void | SetKerningCache (uint PrevSym, int Kerning) |
Public Member Functions inherited from cListObject | |
| cListObject (void) | |
| virtual | ~cListObject () |
| virtual int | Compare (const cListObject &ListObject) const |
| void | Append (cListObject *Object) |
| void | Insert (cListObject *Object) |
| void | Unlink (void) |
| int | Index (void) const |
| cListObject * | Prev (void) const |
| cListObject * | Next (void) const |
Private Attributes | |
| uint | charCode |
| uchar * | bitmap |
| int | advanceX |
| int | advanceY |
| int | left |
| int | top |
| int | width |
| int | rows |
| int | pitch |
| cVector< tKerning > | kerningCache |
| cGlyph::cGlyph | ( | uint | CharCode, |
| FT_GlyphSlotRec_ * | GlyphData | ||
| ) |
|
inline |
Definition at line 55 of file font.c.
Referenced by cFreetypeFont::DrawText(), and cFreetypeFont::Width().
|
inline |
Definition at line 54 of file font.c.
Referenced by cFreetypeFont::DrawText().
|
inline |
Definition at line 53 of file font.c.
Referenced by cFreetypeFont::Kerning().
| int cGlyph::GetKerningCache | ( | uint | PrevSym | ) | const |
Definition at line 85 of file font.c.
References KERNING_UNKNOWN, and tKerning::prevSym.
Referenced by cFreetypeFont::Kerning().
|
inline |
Definition at line 57 of file font.c.
Referenced by cFreetypeFont::DrawText().
|
inline |
Definition at line 61 of file font.c.
Referenced by cFreetypeFont::DrawText().
|
inline |
Definition at line 60 of file font.c.
Referenced by cFreetypeFont::DrawText().
| void cGlyph::SetKerningCache | ( | uint | PrevSym, |
| int | Kerning | ||
| ) |
Definition at line 94 of file font.c.
References tKerning::tKerning().
Referenced by cFreetypeFont::Kerning().
|
inline |
Definition at line 58 of file font.c.
Referenced by cFreetypeFont::DrawText().
|
inline |
Definition at line 59 of file font.c.
Referenced by cFreetypeFont::DrawText().
|
private |
|
private |
|
private |
|
private |
1.8.11