/contrib/groff/font/devps/generate/sfdtopfa.pe

https://bitbucket.org/freebsd/freebsd-head/ · Unknown · 9 lines · 8 code · 1 blank · 0 comment · 0 complexity · c69672157aa4e041d6188dd204b31338 MD5 · raw file

  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. Open($1:r + ".sfd");
  8. Generate(($1:t):r + ".pfa");