1 #ifndef _GDFONTG_H_
2 #define _GDFONTG_H_ 1
3 
4 #ifdef __cplusplus
5 extern "C"
6 {
7 #endif
8 
9 /*
10 	This is a header file for gd font, generated using
11 	bdftogd version 0.51 by Jan Pazdziora, adelton@fi.muni.cz
12 	from bdf font
13 	-Misc-Fixed-Bold-R-Normal-Sans-15-140-75-75-C-90-ISO8859-2
14 	at Mon Jan 26 14:45:58 1998.
15 	The original bdf was holding following copyright:
16 	"Libor Skarvada, libor@informatics.muni.cz"
17  */
18 
19 #include "gd.h"
20 
21 extern BGD_EXPORT_DATA_PROT gdFontPtr gdFontGiant;
22 BGD_DECLARE(gdFontPtr) gdFontGetGiant(void);
23 
24 #ifdef __cplusplus
25 }
26 #endif
27 
28 #endif
29