I would like to run a Java 6 app on TCL. When testing this app I found that the fonts used on Microsoft machines look different than the fonts on TCL. The application needs consistent fonts between Windows and Tiny Core. The font that is used by Java is the "Dialog" font. My understanding is that this is not really an actual font but more of an alias to OS installed fonts. In Ubuntu I was able to install mscorefonts and this resolved the issue. However, I am not sure how to do this with TCL. I believe that it is more than just downloading the fonts from SorceForge. I believe that the fontconfigs have to be setup also in /etc/local/sun-java/jre/lib, but am not sure where how to do this correctly.
If anyone has gone through this exercise and is willing to give me a step by step I would greatly appreciate it.
Thanks!