- FT_DebugHook_Func
alias FT_DebugHook_Func = FT_Error function(void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_DebugHook_Func
alias FT_DebugHook_Func = void function(void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Module_Constructor
alias FT_Module_Constructor = FT_Error function(FT_Module)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Module_Destructor
alias FT_Module_Destructor = void function(FT_Module)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Module_Interface
alias FT_Module_Interface = FT_Pointer
Undocumented in source.
- FT_Module_Requester
alias FT_Module_Requester = FT_Module_Interface function(FT_Module, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_TrueTypeEngineType
alias FT_TrueTypeEngineType = int
Undocumented in source.
- pFT_Add_Default_Modules
alias pFT_Add_Default_Modules = void function(FT_Library)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFT_Add_Module
alias pFT_Add_Module = FT_Error function(FT_Library, const(FT_Module_Class)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFT_Done_Library
alias pFT_Done_Library = FT_Error function(FT_Library)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFT_Get_Module
alias pFT_Get_Module = FT_Module function(FT_Library, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFT_Get_TrueType_Engine_Type
alias pFT_Get_TrueType_Engine_Type = FT_TrueTypeEngineType function(FT_Library)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFT_New_Library
alias pFT_New_Library = FT_Error function(FT_Memory, FT_Library*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFT_Property_Get
alias pFT_Property_Get = FT_Error function(FT_Library, const(FT_String)*, const(FT_String)*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFT_Property_Set
alias pFT_Property_Set = FT_Error function(FT_Library, const(FT_String)*, const(FT_String)*, const(void)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFT_Reference_Library
alias pFT_Reference_Library = FT_Error function(FT_Library)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFT_Remove_Module
alias pFT_Remove_Module = FT_Error function(FT_Library, FT_Module)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFT_Set_Debug_Hook
alias pFT_Set_Debug_Hook = void function(FT_Library, FT_UInt, FT_DebugHook_Func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFT_Set_Default_Properties
alias pFT_Set_Default_Properties = void function(FT_Library)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Add_Default_Modules
void FT_Add_Default_Modules(FT_Library )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Add_Module
FT_Error FT_Add_Module(FT_Library , const(FT_Module_Class)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Done_Library
FT_Error FT_Done_Library(FT_Library )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Get_Module
FT_Module FT_Get_Module(FT_Library , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Get_TrueType_Engine_Type
FT_TrueTypeEngineType FT_Get_TrueType_Engine_Type(FT_Library )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_New_Library
FT_Error FT_New_Library(FT_Memory , FT_Library* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Property_Get
FT_Error FT_Property_Get(FT_Library , const(FT_String)* , const(FT_String)* , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Property_Set
FT_Error FT_Property_Set(FT_Library , const(FT_String)* , const(FT_String)* , const(void)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Reference_Library
FT_Error FT_Reference_Library(FT_Library )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Remove_Module
FT_Error FT_Remove_Module(FT_Library , FT_Module )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Set_Debug_Hook
void FT_Set_Debug_Hook(FT_Library , FT_UInt , FT_DebugHook_Func )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Set_Default_Properties
void FT_Set_Default_Properties(FT_Library )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.