1al_draw_textf(3)                                              al_draw_textf(3)
2
3
4

NAME

6       al_draw_textf - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro_font.h>
10
11              void al_draw_textf(const ALLEGRO_FONT *font, ALLEGRO_COLOR color,
12                 float x, float y, int flags,
13                 const char *format, ...)
14

DESCRIPTION

16       Formatted  text  output, using a printf() style format string.  All pa‐
17       rameters have the same meaning as with al_draw_text(3) otherwise.
18

SEE ALSO

20       al_draw_text(3), al_draw_ustr(3)
21
22
23
24Allegro reference manual                                      al_draw_textf(3)
Impressum