al_draw_ustr

void al_draw_ustr(const ALLEGRO_FONT *font,
   ALLEGRO_COLOR color, float x, float y, int flags,
   const ALLEGRO_USTR *ustr)
Introduced in 5.0.0

Like al_draw_text, except the text is passed as an ALLEGRO_USTR instead of a 0-terminated char array.

See also: al_draw_text, al_draw_justified_ustr

Examples: ex_blend, ex_ttf


Most helpful discussions:

Other recent discussions: