bindbc.freetype.bind.ftlogging

Undocumented in source.

Members

Aliases

FT_Custom_Log_Handler
alias FT_Custom_Log_Handler = void function(const(char)* ft_component, const(char)* fmt, va_list args)
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_Log_Handler
alias pFT_Set_Default_Log_Handler = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFT_Set_Log_Handler
alias pFT_Set_Log_Handler = void function(FT_Custom_Log_Handler handler)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFT_Trace_Set_Default_Level
alias pFT_Trace_Set_Default_Level = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFT_Trace_Set_Level
alias pFT_Trace_Set_Level = void function(const(char)* tracing_level)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

FT_Set_Default_Log_Handler
void FT_Set_Default_Log_Handler()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Set_Log_Handler
void FT_Set_Log_Handler(FT_Custom_Log_Handler handler)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Trace_Set_Default_Level
void FT_Trace_Set_Default_Level()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Trace_Set_Level
void FT_Trace_Set_Level(const(char)* tracing_level)
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_Set_Default_Log_Handler
pFT_Set_Default_Log_Handler FT_Set_Default_Log_Handler;
Undocumented in source.
FT_Set_Log_Handler
pFT_Set_Log_Handler FT_Set_Log_Handler;
Undocumented in source.
FT_Trace_Set_Default_Level
pFT_Trace_Set_Default_Level FT_Trace_Set_Default_Level;
Undocumented in source.
FT_Trace_Set_Level
pFT_Trace_Set_Level FT_Trace_Set_Level;
Undocumented in source.

Meta