Definition at line 35 of file TTFhandle.cxx.
Public Member Functions | |
| GlyphStruct (UInt_t indx=0) | |
| ~GlyphStruct () | |
Public Attributes | |
| FT_Glyph | fImage {nullptr} |
| glyph image | |
| UInt_t | fIndex {0} |
| glyph index in face | |
| FT_Vector | fPos |
| position of glyph origin | |
|
inline |
Definition at line 40 of file TTFhandle.cxx.
|
inline |
Definition at line 41 of file TTFhandle.cxx.
| FT_Glyph TTFhandle::GlyphStruct::fImage {nullptr} |
glyph image
Definition at line 39 of file TTFhandle.cxx.
| UInt_t TTFhandle::GlyphStruct::fIndex {0} |
glyph index in face
Definition at line 37 of file TTFhandle.cxx.
| FT_Vector TTFhandle::GlyphStruct::fPos |
position of glyph origin
Definition at line 38 of file TTFhandle.cxx.