home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / SLAX 6.0.8 / slax-6.0.8.iso / slax / base / 006-devel.lzm / usr / include / gdfontt.h < prev    next >
Encoding:
C/C++ Source or Header  |  2007-06-28  |  617 b   |  39 lines

  1. #ifdef __cplusplus
  2. extern "C" {
  3. #endif
  4.  
  5.  
  6. #ifndef _GDFONTT_H_
  7. #define _GDFONTT_H_ 1
  8.  
  9. #ifdef __cplusplus
  10. extern "C"
  11. {
  12. #endif
  13.  
  14. /*
  15.     This is a header file for gd font, generated using
  16.     bdftogd version 0.5 by Jan Pazdziora, adelton@fi.muni.cz
  17.     from bdf font
  18.     -Misc-Fixed-Medium-R-Normal--8-80-75-75-C-50-ISO8859-2
  19.     at Thu Jan  8 13:49:54 1998.
  20.     The original bdf was holding following copyright:
  21.     "Libor Skarvada, libor@informatics.muni.cz"
  22.  */
  23.  
  24.  
  25. #include "gd.h"
  26.  
  27.    BGD_EXPORT_DATA_PROT  gdFontPtr gdFontTiny;
  28.    BGD_DECLARE(gdFontPtr) gdFontGetTiny(void);
  29.  
  30. #ifdef __cplusplus
  31. }
  32. #endif
  33.  
  34. #endif
  35.  
  36. #ifdef __cplusplus
  37. }
  38. #endif
  39.