1al_set_fallback_font(3) al_set_fallback_font(3)
2
3
4
6 al_set_fallback_font - Allegro 5 API
7
9 #include <allegro5/allegro_font.h>
10
11 void al_set_fallback_font(ALLEGRO_FONT *font, ALLEGRO_FONT *fallback)
12
14 Sets a font which is used instead if a character is not present. Can
15 be chained, but make sure there is no loop as that would crash the ap‐
16 plication! Pass NULL to remove a fallback font again.
17
19 5.1.12
20
22 al_get_fallback_font(3), al_draw_glyph(3), al_draw_text(3)
23
24
25
26Allegro reference manual al_set_fallback_font(3)