home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / fontutils-0.6-base.tgz / fontutils-0.6-base.tar / fsf / fontutils / gf / README < prev   
Text File  |  1992-03-04  |  600b  |  13 lines

  1. This library provides for reading and writing of generic font (GF)
  2. bitmap files.  Only a single file may be read or written at a time.
  3.  
  4. None of the code that processes the GF commands actually explains what
  5. the precise definition of those commands are.  For that, you should look
  6. at the definition of the GF format in Metafont: The Program, by Don
  7. Knuth, chapter 45.  It is also in the METAFONTware programs that convert
  8. to or from GF format.
  9.  
  10. The header file is ../include/gf.h.  It explains the basics of how to
  11. use the routines.  The source files in this directory do not repeat that
  12. explanation.
  13.