well, i have downloaded the files (AKAIO_FONT_CONVERTER)
and i thought is it possible that we can edit the *.bat file inside the AKAIO font converter; from:
to this:
any thoughts? also don't forget to add the MOONSHELL's font data (*.ctf, *.glf, *.glw) in the same folder where you put the modified akaio font converter bat files....
and i thought is it possible that we can edit the *.bat file inside the AKAIO font converter; from:
Code:
otf2bdf.exe -p 10 -r 72 -o %1.bdf %1
bdftopcf -p1 -l -L %1.bdf -o %1.pcf
delete %1.bdf
pause
Code:
otf2bdf.exe -p 10 -r 72 -o %1.ctf .glf .glw %1
bdftopcf -p1 -l -L %1.ctf .glf .glw -o %1.pcf
delete %1.ctf .glf .glw
pause












