Tiny Font

A very small ISO-8859-2 raster font (5x8 pixels).

The font is supposed to be used with gdImageChar and gdImageString and their variants.

Summary
Tiny FontA very small ISO-8859-2 raster font (5x8 pixels).
Functions
gdFontGetTinyReturns the built-in tiny font.

Functions

gdFontGetTiny

gdFontPtr gdFontGetTiny (void)

Returns the built-in tiny font.

gdFontPtr gdFontGetTiny (void)
Returns the built-in tiny font.
void gdImageChar (gdImagePtr im,
gdFontPtr f,
int x,
int y,
int c,
int color)
Draws a single character.
void gdImageString (gdImagePtr im,
gdFontPtr f,
int x,
int y,
unsigned char *s,
int color)
Draws a character string.
Close