1 #ifndef _GDFONTL_H_
2 #define _GDFONTL_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.5 by Jan Pazdziora, adelton@fi.muni.cz
12 	from bdf font
13 	-misc-fixed-medium-r-normal--16-140-75-75-c-80-iso8859-2
14 	at Tue Jan  6 19:39:27 1998.
15 
16 	The original bdf was holding following copyright:
17 	"Libor Skarvada, libor@informatics.muni.cz"
18  */
19 
20 #include "gd.h"
21 
22 extern BGD_EXPORT_DATA_PROT gdFontPtr gdFontLarge;
23 BGD_DECLARE(gdFontPtr) gdFontGetLarge(void);
24 
25 #ifdef __cplusplus
26 }
27 #endif
28 
29 #endif
30