home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 12 Font / 12-Font.zip / FONTUTIL.ZIP / readme.doc < prev    next >
Text File  |  1992-10-04  |  3KB  |  60 lines

  1. t1utils is a collection of simple type-1 font manipulation programs.
  2. Together, they allow you to convert between PFA (ASCII) and PFB
  3. (binary) formats, disassemble PFA or PFB files into human-readable
  4. form, reassemble them into PFA or PFB format.  Additionally you can
  5. extract font resources from a Macintosh font file (ATM/Laserwriter).
  6.  
  7. There are currently five programs:
  8.  
  9. t1ascii     converts PFB files to PFA format.
  10.  
  11. t1binary    converts PFA files to PFB format.
  12.  
  13. t1disasm    disassembles a type-1 font (PFA or PFB format) into a
  14.                 raw, human-readable text form for subsequent hand
  15.                 editing, tweaking, hint fixing, etc...
  16.  
  17. t1asm       assembles type-1 font into PFA or PFB format from raw,
  18.                 human-readable text form.
  19.  
  20. unpost      extracts POST resources from a Macintosh type-1 file
  21.                 (ATM/Laserwriter) into PFA or PFB format for use
  22.                 outside the Macintosh environment.  The Macintosh file
  23.                 should be stored in MacBinary format or as a raw
  24.                 resource fork.  Note that unpost does not have to run
  25.                 on a Macintosh, but makes Macintosh type-1 fonts
  26.                 available to Unix machines and PCs.
  27.  
  28. These programs have been originally developed on a Sun4 (SPARC)
  29. using both acc and gcc by I. Lee Hetherington (ilh@lcs.mit.edu).
  30.  
  31. Kai-Uwe Herbing (herbing@netmbx.netmbx.de), have ported this
  32. utility collection to the Microsoft C/C++ Compiler Version 7.00
  33. and compiled them for the MS-DOS operating system.
  34.  
  35. John Paul Morrison (jmorriso@ee.ubc.ca) ported this to OS/2 2.0
  36. for use with the GNU/EMX compiler.
  37.  
  38. The copyright on all of the tools in t1utils.zip looks like:
  39.  
  40.         Copyright (c) 1992 by I. Lee Hetherington, all rights
  41.         reserved.
  42.  
  43.         Permission is hereby granted to use, modify, and distribute
  44.         this program for any purpose provided this copyright notice
  45.         and the one below remain intact.
  46.  
  47.         Ported to Microsoft C/C++ Compiler and MS-DOS operating system
  48.         by Kai-Uwe Herbing (herbing@netmbx.netmbx.de) on June 12, 1992.
  49.  
  50. Note that these tools should not be used to illegally copy type-1 font
  51. programs.  Typeface design is an intricate art that should be
  52. rewarded.
  53.  
  54. The original version numbers of the ported programs are:
  55.         t1ascii     1.1     t1binary    1.1
  56.         t1disasm    1.2     t1asm       1.2
  57.  
  58. I. Lee Hetherington      Kai-Uwe Herbing
  59. ilh@lcs.mit.edu          herbing@netmbx.netmbx.de
  60.