home *** CD-ROM | disk | FTP | other *** search
/ DTP Toolbox / DTPToolbox.iso / utilities / postscript / ghostscript / batch / printafm < prev    next >
Encoding:
Text File  |  1996-01-22  |  154 b   |  7 lines

  1. #!/bin/sh
  2. # Print the metrics from a font in AFM format.  Usage:
  3. #    printafm fontname
  4. # Output goes to stdout.
  5.  
  6. exec gs -q -dNODISPLAY -- printafm.ps "$@"
  7.