gdfonts.h 491 B

1234567891011121314151617181920212223242526272829
  1. #ifndef _GDFONTS_H_
  2. #define _GDFONTS_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-semicondensed-sans-12-116-75-75-c-60-iso8859-2
  11. at Thu Jan 8 14:13:20 1998.
  12. No copyright info was found in the original bdf.
  13. */
  14. #include "gd.h"
  15. extern gdFontPtr gdFontSmall;
  16. extern gdFontPtr gdFontGetSmall(void);
  17. #ifdef __cplusplus
  18. }
  19. #endif
  20. #endif