1al_get_ustr_dimensions(3)                            al_get_ustr_dimensions(3)
2
3
4

NAME

6       al_get_ustr_dimensions - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro_font.h>
10
11              void al_get_ustr_dimensions(const ALLEGRO_FONT *f,
12                 ALLEGRO_USTR const *ustr,
13                 int *bbx, int *bby, int *bbw, int *bbh)
14

DESCRIPTION

16       Like  al_get_text_dimensions(3),  except the text is passed as an ALLE‐
17       GRO_USTR instead of a NUL-terminated char array.
18

SEE ALSO

20       al_get_text_dimensions(3)
21
22
23
24Allegro reference manual                             al_get_ustr_dimensions(3)
Impressum