home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / zkuste / pdf / download / gs704w32.exe / gs7.04 / lib / pf2afm < prev    next >
Encoding:
Text File  |  2002-01-31  |  328 b   |  9 lines

  1. #!/bin/sh
  2. # $Id: pf2afm,v 1.2 2001/02/03 21:31:40 alexcher Exp $
  3. # Make an AFM file from PFB / PFA and (optionally) PFM files.  Usage:
  4. #    pf2afm fontfilename
  5. # Output goes to fontfilename.afm, which must not already exist.
  6. # See pf2afm.ps for more details.
  7.  
  8. exec gs -q -dNODISPLAY -dSAFER -dDELAYSAFER  -- pf2afm.ps "$@"
  9.