1al_draw_justified_textf(3) Library Functions Manual al_draw_justified_textf(3)
23
4
NAME
6al_draw_justified_textf
7
SYNOPSIS
9#include <allegro5/allegro_font.h>
1011
void al_draw_justified_textf(const ALLEGRO_FONT *f,
12ALLEGRO_COLOR color, float x1, float x2, float y,
13float diff, int flags, const char *format, ...)
14
DESCRIPTION
16Like al_draw_justified_text(3) and al_draw_textf(3).
17
SEE ALSO
19al_draw_justified_text(3), al_draw_justified_ustr(3).
2021
22
23
Allegro reference manual al_draw_justified_textf(3)