![]() |
![]()
| ![]() |
![]()
NAMEtextprintf_justify_ex - Formatted justified output of a string. Allegro game programming library. SYNOPSIS#include <allegro.h> void textprintf_justify_ex(BITMAP *bmp, const FONT *f, int x1, x2, y, diff, color, bg, const char *fmt, ...); DESCRIPTIONLike textout_justify_ex(), but using a printf() style format string. This function shares the text length limitation of textprintf_ex(). Example:
SEE ALSOtextprintf_ex(3), textout_justify_ex(3)
|