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.
10 lines
191 B
10 lines
191 B
|
|
for %%f in (
|
|
cm hm tm tmi
|
|
) do pfm2ufm -c -f -s1 kpdl.001 %%f.pfm 1252 %%f.ufm
|
|
|
|
for %%f in (
|
|
gothic gothicv
|
|
mincho minchov
|
|
) do pfm2ufm -p -f -s1 kpdl.001 %%f.pfm -13 %%f.ufm
|
|
|