1al_draw_multiline_ustr(3)                            al_draw_multiline_ustr(3)
2
3
4

NAME

6       al_draw_multiline_ustr - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro_font.h>
10
11              void al_draw_multiline_ustr(const ALLEGRO_FONT *font,
12                   ALLEGRO_COLOR color, float x, float y, float max_width, float line_height,
13                   int flags, const ALLEGRO_USTR *ustr)
14

DESCRIPTION

16       Like  al_draw_multiline_text(3),  except the text is passed as an ALLE‐
17       GRO_USTR instead of a NUL-terminated char array.
18

SINCE

20       5.1.9
21

SEE ALSO

23       al_draw_multiline_text(3),   al_draw_multiline_textf(3),   al_do_multi‐
24       line_text(3)
25
26
27
28Allegro reference manual                             al_draw_multiline_ustr(3)
Impressum