summaryrefslogtreecommitdiff
path: root/Master/xemtex/gslib/pf2afm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/xemtex/gslib/pf2afm')
-rw-r--r--Master/xemtex/gslib/pf2afm8
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/xemtex/gslib/pf2afm b/Master/xemtex/gslib/pf2afm
new file mode 100644
index 00000000000..6e36d3e1f61
--- /dev/null
+++ b/Master/xemtex/gslib/pf2afm
@@ -0,0 +1,8 @@
+#!/bin/sh
+# $Id: pf2afm,v 1.2 2001/02/03 21:31:40 alexcher Exp $
+# 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 "$@"