ReactOS 0.4.16-dev-1044-ga6558c0
|
#include <ftobjs.h>
Public Attributes | |
FT_GlyphLoader | loader |
FT_UInt | flags |
FT_Bool | glyph_transformed |
FT_Matrix | glyph_matrix |
FT_Vector | glyph_delta |
void * | glyph_hints |
FT_Int32 | load_flags |
FT_Vector FT_Slot_InternalRec_::glyph_delta |
Definition at line 431 of file ftobjs.h.
Referenced by af_loader_load_glyph().
FT_Matrix FT_Slot_InternalRec_::glyph_matrix |
Definition at line 430 of file ftobjs.h.
Referenced by af_loader_load_glyph().
FT_Bool FT_Slot_InternalRec_::glyph_transformed |
Definition at line 429 of file ftobjs.h.
Referenced by af_loader_load_glyph().
FT_GlyphLoader FT_Slot_InternalRec_::loader |
Definition at line 427 of file ftobjs.h.
Referenced by af_loader_load_glyph(), cf2_interpT2CharString(), and tt_loader_init().