home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2002 February / INTERNET88.ISO / pc / software / windows / bits / pdf995 / data1.cab / Program_Executable_Files / res / printafm < prev    next >
Encoding:
Text File  |  2001-12-08  |  207 b   |  8 lines

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