1al_get_ustr_dimensions(3) al_get_ustr_dimensions(3)
23
4
NAME
6al_get_ustr_dimensions - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro_font.h>
1011
void al_get_ustr_dimensions(const ALLEGRO_FONT *f,
12ALLEGRO_USTR const *ustr,
13int *bbx, int *bby, int *bbw, int *bbh)
14
DESCRIPTION
16Like al_get_text_dimensions(3), except the text is passed as an ALLE‐
17GRO_USTR instead of a NUL-terminated char array.
18
SEE ALSO
20al_get_text_dimensions(3)
2122
23
24
Allegro reference manual al_get_ustr_dimensions(3)