23 #ifdef FT_DEBUG_AUTOFIT
24 int _af_debug_disable_horz_hints;
25 int _af_debug_disable_vert_hints;
26 int _af_debug_disable_blue_hints;
27 void* _af_debug_hints;
30 #include FT_INTERNAL_OBJECTS_H
33 typedef struct FT_AutofitterRec_
44 return af_loader_init( module->loader, module->root.library->memory );
65 glyph_index, load_flags );
70 af_autofitter_service,
FT_DEFINE_AUTOHINTER_SERVICE(af_autofitter_service, NULL, NULL, NULL,(FT_AutoHinter_GlyphLoadFunc) af_autofitter_load_glyph) FT_DEFINE_MODULE(autofit_module_class
FT_BEGIN_HEADER struct AF_LoaderRec_ AF_LoaderRec
af_loader_load_glyph(AF_Loader loader, FT_Face face, FT_UInt gindex, FT_Int32 load_flags)
FT_Module_Interface(* FT_Module_Requester)(FT_Module module, const char *name)
const void *& AF_AF_AUTOFITTER_SERVICE_GET
af_autofitter_load_glyph(FT_Autofitter module, FT_GlyphSlot slot, FT_Size size, FT_UInt glyph_index, FT_Int32 load_flags)
struct FT_AutofitterRec_ FT_AutofitterRec
const void FT_Module_Constructor FT_Module_Destructor af_autofitter_done
struct FT_AutofitterRec_ * FT_Autofitter
#define FT_DEFINE_MODULE(class_, flags_, size_, name_, version_, requires_,interface_, init_, done_, get_interface_)
void(* FT_Module_Destructor)(FT_Module module)
af_loader_init(AF_Loader loader, FT_Memory memory)
const void FT_Module_Constructor af_autofitter_init
#define FT_CALLBACK_DEF(x)
FT_Error(* FT_Module_Constructor)(FT_Module module)
FT_Error(* FT_AutoHinter_GlyphLoadFunc)(FT_AutoHinter hinter, FT_GlyphSlot slot, FT_Size size, FT_UInt glyph_index, FT_Int32 load_flags)
af_loader_done(AF_Loader loader)