home *** CD-ROM | disk | FTP | other *** search
/ Web Designer 98 (Professional) / WebDesigner 1.0.iso / cgi2 / fly_tar.z / fly_tar / fly / gd1.2 / gdfontg.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-08-08  |  311 b   |  15 lines

  1. #ifndef GDFONTG_H
  2. #define GDFONTG_H 1
  3.  
  4. /* gdfontg.h: brings in the largest of the provided fonts.
  5.     Also link with gdfontg.c. */
  6.  
  7. #include "gd.h"
  8.  
  9. /* 9x15B font derived from a public domain font in the X
  10.         distribution. Contains the 127 standard ascii characters. */
  11.  
  12. extern gdFontPtr gdFontGiant;
  13.  
  14. #endif
  15.