bindbc.freetype.bind.ftmodapi

Undocumented in source.

Members

Aliases

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 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 library, const(FT_Module_Class)* clazz)
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 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 library, const(char)* module_name)
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 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 memory, FT_Library* alibrary)
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 library, const(FT_String)* module_name, const(FT_String)* property_name, void* value)
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 library, const(FT_String)* module_name, const(FT_String)* property_name, const(void)* value)
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 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 library, FT_Module 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 library, FT_UInt hook_index, FT_DebugHook_Func debug_hook)
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 library)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

FT_MODULE_FONT_DRIVER
anonymousenum FT_MODULE_FONT_DRIVER
Undocumented in source.
FT_TRUETYPE_ENGINE_TYPE_NONE
anonymousenum FT_TRUETYPE_ENGINE_TYPE_NONE
Undocumented in source.

Functions

FT_Add_Default_Modules
void FT_Add_Default_Modules(FT_Library 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 library, const(FT_Module_Class)* clazz)
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 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 library, const(char)* module_name)
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 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 memory, FT_Library* alibrary)
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 library, const(FT_String)* module_name, const(FT_String)* property_name, void* value)
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 library, const(FT_String)* module_name, const(FT_String)* property_name, const(void)* value)
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 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 library, FT_Module 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 library, FT_UInt hook_index, FT_DebugHook_Func debug_hook)
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 library)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

FT_Add_Default_Modules
pFT_Add_Default_Modules FT_Add_Default_Modules;
Undocumented in source.
FT_Add_Module
pFT_Add_Module FT_Add_Module;
Undocumented in source.
FT_Done_Library
pFT_Done_Library FT_Done_Library;
Undocumented in source.
FT_Get_Module
pFT_Get_Module FT_Get_Module;
Undocumented in source.
FT_Get_TrueType_Engine_Type
pFT_Get_TrueType_Engine_Type FT_Get_TrueType_Engine_Type;
Undocumented in source.
FT_New_Library
pFT_New_Library FT_New_Library;
Undocumented in source.
FT_Property_Get
pFT_Property_Get FT_Property_Get;
Undocumented in source.
FT_Property_Set
pFT_Property_Set FT_Property_Set;
Undocumented in source.
FT_Reference_Library
pFT_Reference_Library FT_Reference_Library;
Undocumented in source.
FT_Remove_Module
pFT_Remove_Module FT_Remove_Module;
Undocumented in source.
FT_Set_Debug_Hook
pFT_Set_Debug_Hook FT_Set_Debug_Hook;
Undocumented in source.
FT_Set_Default_Properties
pFT_Set_Default_Properties FT_Set_Default_Properties;
Undocumented in source.

Structs

FT_Module_Class
struct FT_Module_Class
Undocumented in source.

Meta