You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
271 B

1 month ago
  1. @echo off
  2. @rem Make an AFM file from PFB / PFA and (optionally) PFM files.
  3. if %1/==/ goto usage
  4. if not %2/==/ goto usage
  5. call "%~dp0gssetgs.bat"
  6. %GSC% -q -dNODISPLAY -P- -dSAFER -dDELAYSAFER -- pf2afm.ps %1
  7. goto end
  8. :usage
  9. echo "Usage: pf2afm disk_font_name"
  10. :end