gdfontl.h 527 B

12345678910111213141516171819202122232425262728293031
  1. #ifndef _GDFONTL_H_
  2. #define _GDFONTL_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--16-140-75-75-c-80-iso8859-2
  11. at Tue Jan 6 19:39:27 1998.
  12. The original bdf was holding following copyright:
  13. "Libor Skarvada, libor@informatics.muni.cz"
  14. */
  15. #include "gd.h"
  16. extern gdFontPtr gdFontLarge;
  17. extern gdFontPtr gdFontGetLarge(void);
  18. #ifdef __cplusplus
  19. }
  20. #endif
  21. #endif