1al_draw_ustr(3) al_draw_ustr(3)
23
4
NAME
6al_draw_ustr - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro_font.h>
1011
void al_draw_ustr(const ALLEGRO_FONT *font,
12ALLEGRO_COLOR color, float x, float y, int flags,
13const ALLEGRO_USTR *ustr)
14
DESCRIPTION
16Like al_draw_text(3), except the text is passed as an ALLEGRO_USTR in‐
17stead of a NUL-terminated char array.
18
SEE ALSO
20al_draw_text(3), al_draw_justified_ustr(3), al_draw_multiline_ustr(3)
2122
23
24
Allegro reference manual al_draw_ustr(3)