1al_do_multiline_ustr(3)                                al_do_multiline_ustr(3)
2
3
4

NAME

6       al_do_multiline_ustr - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro_font.h>
10
11              void al_do_multiline_ustr(const ALLEGRO_FONT *font, float max_width,
12                 const ALLEGRO_USTR *ustr,
13                 bool (*cb)(int line_num, const ALLEGRO_USTR * line, void *extra),
14                 void *extra)
15

DESCRIPTION

17       Like  al_do_multiline_text(3),  but  using  ALLEGRO_USTR  instead  of a
18       NUL-terminated char array for text.
19

SINCE

21       5.1.9
22

SEE ALSO

24       al_draw_multiline_ustr(3)
25
26
27
28Allegro reference manual                               al_do_multiline_ustr(3)
Impressum