- al_create_builtin_font
ALLEGRO_FONT* al_create_builtin_font()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_destroy_font
void al_destroy_font(ALLEGRO_FONT* f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_draw_glyph
void al_draw_glyph(ALLEGRO_FONT* font, ALLEGRO_COLOR color, float x, float y, int codepoint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_draw_justified_text
void al_draw_justified_text(ALLEGRO_FONT* font, ALLEGRO_COLOR color, float x1, float x2, float y, float diff, int flags, char* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_draw_justified_textf
void al_draw_justified_textf(ALLEGRO_FONT* font, ALLEGRO_COLOR color, float x1, float x2, float y, float diff, int flags, char* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_draw_justified_ustr
void al_draw_justified_ustr(ALLEGRO_FONT* font, ALLEGRO_COLOR color, float x1, float x2, float y, float diff, int flags, ALLEGRO_USTR* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_draw_text
void al_draw_text(ALLEGRO_FONT* font, ALLEGRO_COLOR color, float x, float y, int flags, char* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_draw_textf
void al_draw_textf(ALLEGRO_FONT* font, ALLEGRO_COLOR color, float x, float y, int flags, char* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_draw_ustr
void al_draw_ustr(ALLEGRO_FONT* font, ALLEGRO_COLOR color, float x, float y, int flags, ALLEGRO_USTR* ustr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_allegro_font_version
uint al_get_allegro_font_version()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_fallback_font
ALLEGRO_FONT* al_get_fallback_font(ALLEGRO_FONT* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_font_ascent
int al_get_font_ascent(ALLEGRO_FONT* f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_font_descent
int al_get_font_descent(ALLEGRO_FONT* f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_font_line_height
int al_get_font_line_height(ALLEGRO_FONT* f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_font_ranges
int al_get_font_ranges(ALLEGRO_FONT* font, int ranges_count, int* ranges)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_glyph_advance
int al_get_glyph_advance(ALLEGRO_FONT* f, int codepoint1, int codepoint2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_glyph_dimensions
bool al_get_glyph_dimensions(ALLEGRO_FONT* f, int codepoint, int* bbx, int* bby, int* bbw, int* bbh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_glyph_width
int al_get_glyph_width(ALLEGRO_FONT* f, int codepoint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_text_dimensions
void al_get_text_dimensions(ALLEGRO_FONT* f, char* text, int* bbx, int* bby, int* bbw, int* bbh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_text_width
int al_get_text_width(ALLEGRO_FONT* f, char* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_ustr_dimensions
void al_get_ustr_dimensions(ALLEGRO_FONT* f, ALLEGRO_USTR* text, int* bbx, int* bby, int* bbw, int* bbh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_ustr_width
int al_get_ustr_width(ALLEGRO_FONT* f, ALLEGRO_USTR* ustr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_grab_font_from_bitmap
ALLEGRO_FONT* al_grab_font_from_bitmap(ALLEGRO_BITMAP* bmp, int n, int* ranges)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_init_font_addon
bool al_init_font_addon()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_load_bitmap_font
ALLEGRO_FONT* al_load_bitmap_font(char* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_load_bitmap_font_flags
ALLEGRO_FONT* al_load_bitmap_font_flags(char* filename, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_load_font
ALLEGRO_FONT* al_load_font(char* filename, int size, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_register_font_loader
bool al_register_font_loader(char* ext, ALLEGRO_FONT* function(in char* filename, int size, int flags) load)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_set_fallback_font
void al_set_fallback_font(ALLEGRO_FONT* font, ALLEGRO_FONT* fallback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_shutdown_font_addon
void al_shutdown_font_addon()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.