- da_al_get_allegro_ttf_version
alias da_al_get_allegro_ttf_version = uint function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_init_ttf_addon
alias da_al_init_ttf_addon = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_load_ttf_font
alias da_al_load_ttf_font = ALLEGRO_FONT* function(const(char)*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_load_ttf_font_f
alias da_al_load_ttf_font_f = ALLEGRO_FONT* function(ALLEGRO_FILE*, const(char)*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_load_ttf_font_stretch
alias da_al_load_ttf_font_stretch = ALLEGRO_FONT* function(const(char)*, int, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_load_ttf_font_stretch_f
alias da_al_load_ttf_font_stretch_f = ALLEGRO_FONT* function(ALLEGRO_FILE*, const(char)*, int, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_shutdown_ttf_addon
alias da_al_shutdown_ttf_addon = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.