00001 00002 #ifndef _GDFONTS_H_ 00003 #define _GDFONTS_H_ 1 00004 00005 #ifdef __cplusplus 00006 extern "C" { 00007 #endif 00008 00009 /* 00010 This is a header file for gd font, generated using 00011 bdftogd version 0.5 by Jan Pazdziora, adelton@fi.muni.cz 00012 from bdf font 00013 -misc-fixed-medium-r-semicondensed-sans-12-116-75-75-c-60-iso8859-2 00014 at Thu Jan 8 14:13:20 1998. 00015 No copyright info was found in the original bdf. 00016 */ 00017 00018 00019 #include "gd.h" 00020 00021 extern gdFontPtr gdFontSmall; 00022 00023 #ifdef __cplusplus 00024 } 00025 #endif 00026 00027 #endif 00028