home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 April / PCWorld_2001-04_cd.bin / Software / Vyzkuste / gs / gs650w32.exe / gs6.50 / lib / pf2afm < prev    next >
Text File  |  2000-12-05  |  293b  |  9 lines

  1. #!/bin/sh
  2. # $Id: pf2afm,v 1.1 2000/03/09 08:40:40 lpd 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 -- pf2afm.ps "$@"
  9.