00001 00002 #ifndef _GDFONTL_H_ 00003 #define _GDFONTL_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-normal--16-140-75-75-c-80-iso8859-2 00014 at Tue Jan 6 19:39:27 1998. 00015 00016 The original bdf was holding following copyright: 00017 "Libor Skarvada, libor@informatics.muni.cz" 00018 */ 00019 00020 00021 #include "gd.h" 00022 00023 extern gdFontPtr gdFontLarge; 00024 00025 #ifdef __cplusplus 00026 } 00027 #endif 00028 00029 #endif 00030