1al_draw_multiline_textf(3) al_draw_multiline_textf(3)
2
3
4
6 al_draw_multiline_textf - Allegro 5 API
7
9 #include <allegro5/allegro_font.h>
10
11 void al_draw_multiline_textf(const ALLEGRO_FONT *font,
12 ALLEGRO_COLOR color, float x, float y, float max_width, float line_height,
13 int flags, const char *format, ...)
14
16 Formatted text output, using a printf() style format string. All pa‐
17 rameters have the same meaning as with al_draw_multiline_text(3) other‐
18 wise.
19
21 5.1.9
22
24 al_draw_multiline_text(3), al_draw_multiline_ustr(3), al_do_multi‐
25 line_text(3)
26
27
28
29Allegro reference manual al_draw_multiline_textf(3)