19 #ifndef __FTMODAPI_H__ 20 #define __FTMODAPI_H__ 24 #include FT_FREETYPE_H 27 #error "freetype.h of FreeType 1 has been loaded!" 28 #error "Please fix the directory search order for header files" 29 #error "so that freetype.h of FreeType 2 is found first." 82 #define FT_MODULE_FONT_DRIVER 1 83 #define FT_MODULE_RENDERER 2 84 #define FT_MODULE_HINTER 4 85 #define FT_MODULE_STYLER 8 87 #define FT_MODULE_DRIVER_SCALABLE 0x100 89 #define FT_MODULE_DRIVER_NO_OUTLINES 0x200 91 #define FT_MODULE_DRIVER_HAS_HINTER 0x400 96 #define ft_module_font_driver FT_MODULE_FONT_DRIVER 97 #define ft_module_renderer FT_MODULE_RENDERER 98 #define ft_module_hinter FT_MODULE_HINTER 99 #define ft_module_styler FT_MODULE_STYLER 101 #define ft_module_driver_scalable FT_MODULE_DRIVER_SCALABLE 102 #define ft_module_driver_no_outlines FT_MODULE_DRIVER_NO_OUTLINES 103 #define ft_module_driver_has_hinter FT_MODULE_DRIVER_HAS_HINTER void(* FT_DebugHook_Func)(void *arg)
FT_Module_Destructor module_done
FT_Error(* FT_Module_Constructor)(FT_Module module)
FT_Module_Constructor module_init
FT_Done_Library(FT_Library library)
FT_Remove_Module(FT_Library library, FT_Module module)
typedef void(APIENTRY *GLDEBUGPROCARB)(GLenum source
struct FT_Module_Class_ FT_Module_Class
FT_Module_Interface(* FT_Module_Requester)(FT_Module module, const char *name)
FT_Add_Module(FT_Library library, const FT_Module_Class *clazz)
FT_Error FT_Property_Set(FT_Library library, const FT_String *module_name, const FT_String *property_name, const void *value)
FT_Pointer FT_Module_Interface
const void * module_interface
FT_Get_TrueType_Engine_Type(FT_Library library)
enum FT_TrueTypeEngineType_ FT_TrueTypeEngineType
GLsizei const GLfloat * value
typedefFT_BEGIN_HEADER struct FT_MemoryRec_ * FT_Memory
GLuint const GLchar * name
const FT_String * module_name
FT_New_Library(FT_Memory memory, FT_Library *alibrary)
FT_Error FT_Property_Get(FT_Library library, const FT_String *module_name, const FT_String *property_name, void *value)
FT_Add_Default_Modules(FT_Library library)
FT_Reference_Library(FT_Library library)
void(* FT_Module_Destructor)(FT_Module module)
FT_Get_Module(FT_Library library, const char *module_name)
const char * property_name
FT_Set_Debug_Hook(FT_Library library, FT_UInt hook_index, FT_DebugHook_Func debug_hook)
FT_Module_Requester get_interface