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 / tfm / README < prev    next >
Text File  |  1992-03-04  |  833b  |  18 lines

  1. This library provides for reading and writing of TeX font metric (TFM)
  2. files.  Only a single file may be read or written at a time.
  3.  
  4. None of the code that processes the TFM commands actually explains what
  5. the precise definition of those commands are.  For that, you should look
  6. at the definition of the TFM format in Metafont: The Program, by Don
  7. Knuth, chapter 46.  It is also in the TeXware program tftopl,
  8. TeX: The Program, and other places.
  9.  
  10. The header file is ../include/tfm.h.  It explains the basics of how to
  11. use these routines.  The source files in this directory do not repeat
  12. that explanation.
  13.  
  14. TFM format was extended in 1990 to allow for complicated ligatures.
  15. We do not recognize all the distinctions; all ligatures are simply
  16. collapsed into the pre-1990 form, character A followed by character B
  17. leads to character C.
  18.