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."
110#define FT_MODULE_FONT_DRIVER 1
111#define FT_MODULE_RENDERER 2
112#define FT_MODULE_HINTER 4
113#define FT_MODULE_STYLER 8
115#define FT_MODULE_DRIVER_SCALABLE 0x100
117#define FT_MODULE_DRIVER_NO_OUTLINES 0x200
119#define FT_MODULE_DRIVER_HAS_HINTER 0x400
121#define FT_MODULE_DRIVER_HINTS_LIGHTLY 0x800
126#define ft_module_font_driver FT_MODULE_FONT_DRIVER
127#define ft_module_renderer FT_MODULE_RENDERER
128#define ft_module_hinter FT_MODULE_HINTER
129#define ft_module_styler FT_MODULE_STYLER
131#define ft_module_driver_scalable FT_MODULE_DRIVER_SCALABLE
132#define ft_module_driver_no_outlines FT_MODULE_DRIVER_NO_OUTLINES
133#define ft_module_driver_has_hinter FT_MODULE_DRIVER_HAS_HINTER
134#define ft_module_driver_hints_lightly FT_MODULE_DRIVER_HINTS_LIGHTLY
302 const
char* module_name );
642#define FT_DEBUG_HOOK_TRUETYPE 0
#define FT_EXPORT(x)
Definition ftconfig.h:481
FT_Remove_Module(FT_Library library, FT_Module module)
FT_Property_Get(FT_Library library, const FT_String *module_name, const FT_String *property_name, void *value)
FT_TrueTypeEngineType_
Definition ftmodapi.h:746
@ FT_TRUETYPE_ENGINE_TYPE_NONE
Definition ftmodapi.h:747
@ FT_TRUETYPE_ENGINE_TYPE_PATENTED
Definition ftmodapi.h:749
@ FT_TRUETYPE_ENGINE_TYPE_UNPATENTED
Definition ftmodapi.h:748
FT_Add_Module(FT_Library library, const FT_Module_Class *clazz)
FT_Done_Library(FT_Library library)
FT_Set_Debug_Hook(FT_Library library, FT_UInt hook_index, FT_DebugHook_Func debug_hook)
FT_Set_Default_Properties(FT_Library library)
enum FT_TrueTypeEngineType_ FT_TrueTypeEngineType
struct FT_Module_Class_ FT_Module_Class
void(* FT_Module_Destructor)(FT_Module module)
Definition ftmodapi.h:169
FT_New_Library(FT_Memory memory, FT_Library *alibrary)
FT_Add_Default_Modules(FT_Library library)
FT_Get_Module(FT_Library library, const char *module_name)
FT_Get_TrueType_Engine_Type(FT_Library library)
void(* FT_DebugHook_Func)(void *arg)
Definition ftmodapi.h:627
FT_Reference_Library(FT_Library library)
FT_Pointer FT_Module_Interface
Definition ftmodapi.h:137
FT_Property_Set(FT_Library library, const FT_String *module_name, const FT_String *property_name, const void *value)
FT_Error(* FT_Module_Constructor)(FT_Module module)
Definition ftmodapi.h:153
FT_Module_Interface(* FT_Module_Requester)(FT_Module module, const char *name)
Definition ftmodapi.h:188
typedefFT_BEGIN_HEADER struct FT_MemoryRec_ * FT_Memory
Definition ftsystem.h:65
void * FT_Pointer
Definition fttypes.h:310
unsigned long FT_ULong
Definition fttypes.h:253
signed long FT_Fixed
Definition fttypes.h:287
int FT_Error
Definition fttypes.h:299
signed long FT_Long
Definition fttypes.h:242
char FT_String
Definition fttypes.h:187
unsigned int FT_UInt
Definition fttypes.h:231
Definition ftmodapi.h:234
FT_Fixed module_requires
Definition ftmodapi.h:239
FT_Long module_size
Definition ftmodapi.h:236
const void * module_interface
Definition ftmodapi.h:241
FT_ULong module_flags
Definition ftmodapi.h:235
FT_Fixed module_version
Definition ftmodapi.h:238
FT_Module_Constructor module_init
Definition ftmodapi.h:243
FT_Module_Requester get_interface
Definition ftmodapi.h:245
FT_Module_Destructor module_done
Definition ftmodapi.h:244
const FT_String * module_name
Definition ftmodapi.h:237