home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 12 Font / 12-Font.zip / FONTUTIL.ZIP / unpost.man < prev   
Text File  |  1992-06-12  |  1KB  |  41 lines

  1. UNPOST (1)                                             UNPOST (1)
  2.  
  3.  
  4. NAME
  5.      unpost - extract POST resources from Mac PostScript file
  6.  
  7. SYNOPSIS
  8.      unpost [-b][-r]input[output]
  9.  
  10. DESCRIPTION
  11.      unpost extracts POST resources from a Macintosh PostScript
  12.      file and creates a PFA (hexadecimal) or PFB (binary) file.
  13.      The file input should be seekable and be in MacBinary (I or
  14.      II) format or be a raw resource fork.  If the file output is
  15.      not specified output goes to the standard output.
  16.  
  17. OPTIONS
  18.      -b
  19.         Output in PFB (binary) format.  The block lengths are the
  20.         same as the POST resource block lengths.  If you need
  21.         specific block length then output in PFA format and use
  22.         t1binary (1) instead.
  23.      -r
  24.         Indicates that the input is a raw resource fork.  Without
  25.         this, input is assumed to be in MacBinary (I or II) format.
  26.  
  27. SEE ALSO
  28.      t1disasm (1), t1asm (1), t1ascii (1), t1binary (1),
  29.      Abobe Type 1 Font Format
  30.  
  31. BUGS
  32.      None known.
  33.  
  34. AUTHOR
  35.      Lee Hetherington (ilh@lcs.mit.edu)
  36.  
  37.      Ported to Microsoft C/C++ Compiler and MS-DOS operating
  38.      system by Kai-Uwe Herbing (herbing@netmbx.netmbx.de)
  39.  
  40.                           June 12, 1992
  41.