1al_draw_justified_textf(3)                          al_draw_justified_textf(3)
2
3
4

NAME

6       al_draw_justified_textf - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro_font.h>
10
11              void al_draw_justified_textf(const ALLEGRO_FONT *f,
12                 ALLEGRO_COLOR color, float x1, float x2, float y,
13                 float diff, int flags, const char *format, ...)
14

DESCRIPTION

16       Formatted  text  output,  using  a  printf()  style format string.  All
17       parameters have the same meaning as with al_draw_justified_text(3) oth‐
18       erwise.
19

SEE ALSO

21       al_draw_justified_text(3), al_draw_justified_ustr(3).
22
23
24
25Allegro reference manual                            al_draw_justified_textf(3)
Impressum