#!/bin/sh
# $RCSfile: pf2afm,v $ $Revision: 1.3 $
# Make an AFM file from PFB / PFA and (optionally) PFM files.  Usage:
#	pf2afm fontfilename
# Output goes to fontfilename.afm, which must not already exist.
# See pf2afm.ps for more details.

exec gs -q -dNODISPLAY -dSAFER -dDELAYSAFER  -- pf2afm.ps "$@"
