- DoTextCallback
alias DoTextCallback = bool function(int, const(char)*, int, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DoUSTRCallback
alias DoUSTRCallback = bool function(int, const(ALLEGRO_USTR)*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_create_builtin_font
alias da_al_create_builtin_font = ALLEGRO_FONT* 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_destroy_font
alias da_al_destroy_font = void function(ALLEGRO_FONT*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_do_multiline_text
alias da_al_do_multiline_text = void function(const(ALLEGRO_FONT)*, float, const(char)*, DoTextCallback, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_do_multiline_ustr
alias da_al_do_multiline_ustr = void function(const(ALLEGRO_FONT)*, float, const(ALLEGRO_USTR)*, DoUSTRCallback, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_draw_glyph
alias da_al_draw_glyph = void function(ALLEGRO_FONT*, ALLEGRO_COLOR, float, float, 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_draw_justified_text
alias da_al_draw_justified_text = void function(const(ALLEGRO_FONT)*, ALLEGRO_COLOR, float, float, float, float, int, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_draw_justified_textf
alias da_al_draw_justified_textf = void function(const(ALLEGRO_FONT)*, ALLEGRO_COLOR, float, float, float, float, int, const(char)*, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_draw_justified_ustr
alias da_al_draw_justified_ustr = void function(const(ALLEGRO_FONT)*, ALLEGRO_COLOR, float, float, float, float, int, const(ALLEGRO_USTR)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_draw_multiline_text
alias da_al_draw_multiline_text = void function(const(ALLEGRO_FONT)*, ALLEGRO_COLOR, float, float, float, float, int, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_draw_multiline_textf
alias da_al_draw_multiline_textf = void function(const(ALLEGRO_FONT)*, ALLEGRO_COLOR, float, float, float, float, int, const(char)*, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_draw_multiline_ustr
alias da_al_draw_multiline_ustr = void function(const(ALLEGRO_FONT)*, ALLEGRO_COLOR, float, float, float, float, int, const(ALLEGRO_USTR)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_draw_text
alias da_al_draw_text = void function(const(ALLEGRO_FONT)*, ALLEGRO_COLOR, float, float, int, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_draw_textf
alias da_al_draw_textf = void function(const(ALLEGRO_FONT)*, ALLEGRO_COLOR, float, float, int, const(char)*, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_draw_ustr
alias da_al_draw_ustr = void function(const(ALLEGRO_FONT)*, ALLEGRO_COLOR, float, float, int, const(ALLEGRO_USTR)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_get_allegro_font_version
alias da_al_get_allegro_font_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_get_fallback_font
alias da_al_get_fallback_font = ALLEGRO_FONT* function(ALLEGRO_FONT*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_get_font_ascent
alias da_al_get_font_ascent = int function(const(ALLEGRO_FONT)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_get_font_descent
alias da_al_get_font_descent = int function(const(ALLEGRO_FONT)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_get_font_line_height
alias da_al_get_font_line_height = int function(const(ALLEGRO_FONT)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_get_font_ranges
alias da_al_get_font_ranges = int function(ALLEGRO_FONT*, 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_get_glyph_advance
alias da_al_get_glyph_advance = int function(const(ALLEGRO_FONT)*, 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_get_glyph_dimensions
alias da_al_get_glyph_dimensions = bool function(const(ALLEGRO_FONT)*, int, int*, 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_get_glyph_width
alias da_al_get_glyph_width = int function(const(ALLEGRO_FONT)*, 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_get_text_dimensions
alias da_al_get_text_dimensions = void function(const(ALLEGRO_FONT)*, const(char)*, int*, 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_get_text_width
alias da_al_get_text_width = int function(const(ALLEGRO_FONT)*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_get_ustr_dimensions
alias da_al_get_ustr_dimensions = void function(const(ALLEGRO_FONT)*, const(ALLEGRO_USTR)*, int*, 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_get_ustr_width
alias da_al_get_ustr_width = int function(const(ALLEGRO_FONT)*, const(ALLEGRO_USTR)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_grab_font_from_bitmap
alias da_al_grab_font_from_bitmap = ALLEGRO_FONT* function(ALLEGRO_BITMAP*, int, const(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_init_font_addon
alias da_al_init_font_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.
- da_al_load_bitmap_font
alias da_al_load_bitmap_font = ALLEGRO_FONT* function(const(char)*)
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_bitmap_font_flags
alias da_al_load_bitmap_font_flags = ALLEGRO_FONT* function(const(char)*, 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_font
alias da_al_load_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_register_font_loader
alias da_al_register_font_loader = bool function(const(char)*, 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_set_fallback_font
alias da_al_set_fallback_font = void function(ALLEGRO_FONT*, ALLEGRO_FONT*)
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_font_addon
alias da_al_shutdown_font_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.
- DerelictAllegro5Font
DerelictAllegro5FontLoader DerelictAllegro5Font;
Undocumented in source.
- al_create_builtin_font
da_al_create_builtin_font al_create_builtin_font;
Undocumented in source.
- al_destroy_font
da_al_destroy_font al_destroy_font;
Undocumented in source.
- al_do_multiline_text
da_al_do_multiline_text al_do_multiline_text;
Undocumented in source.
- al_do_multiline_ustr
da_al_do_multiline_ustr al_do_multiline_ustr;
Undocumented in source.
- al_draw_glyph
da_al_draw_glyph al_draw_glyph;
Undocumented in source.
- al_draw_justified_text
da_al_draw_justified_text al_draw_justified_text;
Undocumented in source.
- al_draw_justified_textf
da_al_draw_justified_textf al_draw_justified_textf;
Undocumented in source.
- al_draw_justified_ustr
da_al_draw_justified_ustr al_draw_justified_ustr;
Undocumented in source.
- al_draw_multiline_text
da_al_draw_multiline_text al_draw_multiline_text;
Undocumented in source.
- al_draw_multiline_textf
da_al_draw_multiline_textf al_draw_multiline_textf;
Undocumented in source.
- al_draw_multiline_ustr
da_al_draw_multiline_ustr al_draw_multiline_ustr;
Undocumented in source.
- al_draw_text
da_al_draw_text al_draw_text;
Undocumented in source.
- al_draw_textf
da_al_draw_textf al_draw_textf;
Undocumented in source.
- al_draw_ustr
da_al_draw_ustr al_draw_ustr;
Undocumented in source.
- al_get_allegro_font_version
da_al_get_allegro_font_version al_get_allegro_font_version;
Undocumented in source.
- al_get_fallback_font
da_al_get_fallback_font al_get_fallback_font;
Undocumented in source.
- al_get_font_ascent
da_al_get_font_ascent al_get_font_ascent;
Undocumented in source.
- al_get_font_descent
da_al_get_font_descent al_get_font_descent;
Undocumented in source.
- al_get_font_line_height
da_al_get_font_line_height al_get_font_line_height;
Undocumented in source.
- al_get_font_ranges
da_al_get_font_ranges al_get_font_ranges;
Undocumented in source.
- al_get_glyph_advance
da_al_get_glyph_advance al_get_glyph_advance;
Undocumented in source.
- al_get_glyph_dimensions
da_al_get_glyph_dimensions al_get_glyph_dimensions;
Undocumented in source.
- al_get_glyph_width
da_al_get_glyph_width al_get_glyph_width;
Undocumented in source.
- al_get_text_dimensions
da_al_get_text_dimensions al_get_text_dimensions;
Undocumented in source.
- al_get_text_width
da_al_get_text_width al_get_text_width;
Undocumented in source.
- al_get_ustr_dimensions
da_al_get_ustr_dimensions al_get_ustr_dimensions;
Undocumented in source.
- al_get_ustr_width
da_al_get_ustr_width al_get_ustr_width;
Undocumented in source.
- al_grab_font_from_bitmap
da_al_grab_font_from_bitmap al_grab_font_from_bitmap;
Undocumented in source.
- al_init_font_addon
da_al_init_font_addon al_init_font_addon;
Undocumented in source.
- al_load_bitmap_font
da_al_load_bitmap_font al_load_bitmap_font;
Undocumented in source.
- al_load_bitmap_font_flags
da_al_load_bitmap_font_flags al_load_bitmap_font_flags;
Undocumented in source.
- al_load_font
da_al_load_font al_load_font;
Undocumented in source.
- al_register_font_loader
da_al_register_font_loader al_register_font_loader;
Undocumented in source.
- al_set_fallback_font
da_al_set_fallback_font al_set_fallback_font;
Undocumented in source.
- al_shutdown_font_addon
da_al_shutdown_font_addon al_shutdown_font_addon;
Undocumented in source.