gdfontt.h 522 B

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