1 #ifndef _GDFONTS_H_
2 #define _GDFONTS_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-semicondensed-sans-12-116-75-75-c-60-iso8859-2
14 	at Thu Jan  8 14:13:20 1998.
15 	No copyright info was found in the original bdf.
16  */
17 
18 #include "gd.h"
19 
20 extern BGD_EXPORT_DATA_PROT gdFontPtr gdFontSmall;
21 BGD_DECLARE(gdFontPtr) gdFontGetSmall(void);
22 
23 #ifdef __cplusplus
24 }
25 #endif
26 
27 #endif
28