derelict.allegro5.ttf

Undocumented in source.

Members

Aliases

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.

Classes

DerelictAllegro5TTFLoader
class DerelictAllegro5TTFLoader
Undocumented in source.

Static variables

DerelictAllegro5TTF
DerelictAllegro5TTFLoader DerelictAllegro5TTF;
Undocumented in source.
al_get_allegro_ttf_version
da_al_get_allegro_ttf_version al_get_allegro_ttf_version;
Undocumented in source.
al_init_ttf_addon
da_al_init_ttf_addon al_init_ttf_addon;
Undocumented in source.
al_load_ttf_font
da_al_load_ttf_font al_load_ttf_font;
Undocumented in source.
al_load_ttf_font_f
da_al_load_ttf_font_f al_load_ttf_font_f;
Undocumented in source.
al_load_ttf_font_stretch
da_al_load_ttf_font_stretch al_load_ttf_font_stretch;
Undocumented in source.
al_load_ttf_font_stretch_f
da_al_load_ttf_font_stretch_f al_load_ttf_font_stretch_f;
Undocumented in source.
al_shutdown_ttf_addon
da_al_shutdown_ttf_addon al_shutdown_ttf_addon;
Undocumented in source.

Meta