Large Font

A large ISO-8859-2 raster font (8x16 pixels).

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

Summary
Large FontA large ISO-8859-2 raster font (8x16 pixels).
Functions
gdFontGetLargeReturns the built-in large font.

Functions

gdFontGetLarge

gdFontPtr gdFontGetLarge (void)

Returns the built-in large font.

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