xref: /freebsd-11-stable/contrib/groff/font/devps/generate/sfdtopfa.pe (revision bdbe8a18ed9d9c634e28d4f8885e370a44fe08d2)
1# sfdtopfa.pe
2#
3# This script generates a PFA file from the master SFD using pfaedit.
4#
5# The argument is the name of the SFD without extension;
6# the PFA file is created in the current directory.
7
8Open($1:r + ".sfd");
9Generate(($1:t):r + ".pfa");
10