1al_draw_justified_text(3) Library Functions Manual al_draw_justified_text(3)
2
3
4
6 al_draw_justified_text
7
9 #include <allegro5/allegro_font.h>
10
11 void al_draw_justified_text(const ALLEGRO_FONT *font,
12 ALLEGRO_COLOR color, float x1, float x2,
13 float y, float diff, int flags, const char *text)
14
16 Like al_draw_text(3), but justifies the string to the specified area.
17
19 al_draw_justified_textf(3), al_draw_justified_ustr(3)
20
21
22
23Allegro reference manual al_draw_justified_text(3)