14 lines
322 B
C
14 lines
322 B
C
#ifndef GD1FONTG_H
|
|
#define GD1FONTG_H 1
|
|
|
|
/* gd1fontg.h: brings in the largest of the provided fonts.
|
|
Also link with gdfontg.c. */
|
|
|
|
#include "gd1.h"
|
|
|
|
/* 9x15B font derived from a public domain font in the X
|
|
distribution. Contains the 127 standard ascii characters. */
|
|
|
|
extern gdFontPtr gdFontGiant;
|
|
|
|
#endif
|