home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / GFX / Converter / PTC-AEAO.LZX / AddOn.lha / POST / GhostScript / batch / printafm < prev    next >
Encoding:
Text File  |  1996-03-09  |  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.