189 FT_Int32 load_flags );
210#define FT_DECLARE_AUTOHINTER_INTERFACE( class_ ) \
211 FT_CALLBACK_TABLE const FT_AutoHinter_InterfaceRec class_;
213#define FT_DEFINE_AUTOHINTER_INTERFACE( \
217 done_global_hints_, \
219 FT_CALLBACK_TABLE_DEF \
220 const FT_AutoHinter_InterfaceRec class_ = \
224 done_global_hints_, \
struct FT_AutoHinter_InterfaceRec_ * FT_AutoHinter_Interface
void(* FT_AutoHinter_GlobalDoneFunc)(FT_AutoHinter hinter, void *global)
typedefFT_BEGIN_HEADER struct FT_AutoHinterRec_ * FT_AutoHinter
FT_Error(* FT_AutoHinter_GlyphLoadFunc)(FT_AutoHinter hinter, FT_GlyphSlot slot, FT_Size size, FT_UInt glyph_index, FT_Int32 load_flags)
struct FT_AutoHinter_InterfaceRec_ FT_AutoHinter_InterfaceRec
void(* FT_AutoHinter_GlobalGetFunc)(FT_AutoHinter hinter, FT_Face face, void **global_hints, long *global_len)
void(* FT_AutoHinter_GlobalResetFunc)(FT_AutoHinter hinter, FT_Face face)
FT_AutoHinter_GlobalDoneFunc done_global_hints
FT_AutoHinter_GlyphLoadFunc load_glyph
FT_AutoHinter_GlobalGetFunc get_global_hints
FT_AutoHinter_GlobalResetFunc reset_face