.\" Automatically generated by Pandoc 3.1.6.2 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "al_do_multiline_ustr" "3" "" "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(3), 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(3)