home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / fonts / r_z / t1_utils / README < prev    next >
Text File  |  1994-02-23  |  2KB  |  60 lines

  1. $Id: README,v 1.1 92/06/04 09:30:47 ilh Exp $
  2.  
  3. t1utils is a collection of simple type-1 font manipulation programs.
  4. Together, they allow you to convert between PFA (ASCII) and PFB
  5. (binary) formats, disassemble PFA or PFB files into human-readable
  6. form, reassemble them into PFA or PFB format.  Additionally you can
  7. extract font resources from a Macintosh font file (ATM/Laserwriter).
  8.  
  9. There are currently five programs:
  10.  
  11. t1ascii        converts PFB files to PFA format.
  12.  
  13. t1binary    converts PFA files to PFB format.
  14.  
  15. t1disasm    disassembles a type-1 font (PFA or PFB format) into a
  16.         raw, human-readable text form for subsequent hand
  17.         editing, tweaking, hint fixing, etc...
  18.  
  19. t1asm        assembles type-1 font into PFA or PFB format from raw,
  20.         human-readable text form.
  21.  
  22. unpost        extracts POST resources from a Macintosh type-1 file
  23.         (ATM/Laserwriter) into PFA or PFB format for use
  24.         outside the Macintosh environment.  The Macintosh file
  25.         should be stored in MacBinary format or as a raw
  26.         resource fork.  Note that unpost does not have to run
  27.         on a Macintosh, but makes Macintosh type-1 fonts
  28.         available to Unix machines and PCs.
  29.  
  30. These programs have been successfully compiled on a Sun 4 (SPARC)
  31. using both acc and gcc.  The programs are written in ANSI C.  Porting
  32. to other machines should be relatively simple.  Would you like to
  33. help?
  34.  
  35. The copyright on all of the tools in t1utils looks like:
  36.  
  37.     Copyright (c) 1992 by I. Lee Hetherington, all rights
  38.     reserved.
  39.     
  40.     Permission is hereby granted to use, modify, and distribute
  41.     this program for any purpose provided this copyright notice
  42.     and the one below remain intact.
  43.  
  44. Note that these tools should not be used to illegally copy type-1 font
  45. programs.  Typeface design is an intricate art that should be
  46. rewarded.
  47.  
  48. The version numbers in this release are:
  49.     t1ascii        1.1        t1binary    1.1
  50.     t1disasm    1.2        t1asm        1.2
  51.  
  52. $Log:    README,v $
  53. Revision 1.1  92/06/04  09:30:47  ilh
  54. initial version
  55.  
  56.  
  57. I. Lee Hetherington
  58. ilh@lcs.mit.edu
  59.  
  60.