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

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