xref: /netbsd-src/external/gpl2/groff/dist/font/devps/generate/sfdtopfa.pe (revision 89a07cf815a29524268025a1139fac4c5190f765)
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