- 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.