Giant Font

A very large ISO-8859-2 raster font (9x15 pixels).

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

Summary
Giant FontA very large ISO-8859-2 raster font (9x15 pixels).
Functions
gdFontGetGiantReturns the built-in giant font.

Functions

gdFontGetGiant

gdFontPtr gdFontGetGiant (void)

Returns the built-in giant font.

gdFontPtr gdFontGetGiant (void)
Returns the built-in giant 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