Font addons
These functions are declared in the following header file. Link with allegro_font.
#include <allegro5/allegro_font.h>
General font routines
- ALLEGRO_FONT
- al_init_font_addon
- al_shutdown_font_addon
- al_load_font
- al_destroy_font
- al_register_font_loader
- al_get_font_line_height
- al_get_font_ascent
- al_get_font_descent
- al_get_text_width
- al_get_ustr_width
- al_draw_text
- al_draw_ustr
- al_draw_justified_text
- al_draw_justified_ustr
- al_draw_textf
- al_draw_justified_textf
- al_get_text_dimensions
- al_get_ustr_dimensions
- al_get_allegro_font_version
Bitmap fonts
TTF fonts
These functions are declared in the following header file. Link with allegro_ttf.
#include <allegro5/allegro_ttf.h>