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.
28 lines
349 B
28 lines
349 B
|
|
rem
|
|
rem Latin fonts
|
|
rem
|
|
|
|
for %%f in (
|
|
courier
|
|
elite
|
|
ltgoth
|
|
) do pfm2ufm -c -f PAGES %%f.pfm 1252 %%f.ufm
|
|
|
|
rem
|
|
rem Japanese fonts
|
|
rem
|
|
|
|
for %%f in (
|
|
goth24
|
|
goth32
|
|
minc24
|
|
minc32
|
|
) do pfm2ufm -p PAGES %%f.pfm -17 %%f.ufm
|
|
|
|
for %%f in (
|
|
gotholh gotholv
|
|
mincolh mincolv
|
|
) do pfm2ufm -p -s1 PAGES %%f.pfm -17 %%f.ufm
|
|
|
|
|