.\" Automatically generated by Pandoc 2.9.2.1 .\" .TH "al_do_multiline_ustr" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP al_do_multiline_ustr - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include void al_do_multiline_ustr(const ALLEGRO_FONT *font, float max_width, const ALLEGRO_USTR *ustr, bool (*cb)(int line_num, const ALLEGRO_USTR * line, void *extra), void *extra) \f[R] .fi .SH DESCRIPTION .PP Like al_do_multiline_text(3alleg5), but using ALLEGRO_USTR instead of a NUL-terminated char array for text. .SH SINCE .PP 5.1.9 .SH SEE ALSO .PP al_draw_multiline_ustr(3alleg5)