Three problems #5
-
Problem 1My %JAVA_HOME% is "C:\Program Files...",which is default to Windows Java installation. start "" /min %JAVA_HOME%\bin\javaw -jar ttf2gfx-1.00.jar will not work. Problem 2By trying the application,I found the table on the left doesn't have a scroll bar,which means it can't be scrolled. Problem 3Only when suffix of file is ".ttf",the [Generate] popup is showed. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@Lucy2003 |
Beta Was this translation helpful? Give feedback.
@Lucy2003
Problem 1: I'll fix the bat file.
Problem 2: Yes, Adafruit GFX fonts are 7 bit so 127 is normally the largest character as an integer but some people like me have successfully used 255 as maximum. Old PCs had 8 bit code sets like Latin1-Latin15. No idea what China used.
Problem 3: Only ttf fonts show popup but .otc and ,ttc do load. Hmmm, I had no idea. I mean the tool is named ttf to gfx so I built it to only expect ttf fonts. Seems Java supports reading .otc (no sure what .ttc is). I'll examine the code and fix bringing up the popup when these files are read.
Thanks for pointing these issues out.
Paul--