Hi, i just want to ask, are fonts different from windows and linux in
applet. I use a standard courier font.
For example, if i make an applet with courier font texts in linux, and make the texts wrap themselves, they will run ok in linux. But if i run the compiled applet in windows, the wrapped text somewhow got truncated.
But if i compile the applet in windows, it will look ok in linux and windows.
I've tried replacing my courier fonts in my /usr/java/jdk/jre/lib/fonts/cour*.ttf with the cour*.ttf from c:\windows\fonts with no effects .. Applets compiled and run ok in linux doesnt work in windows. They must be compiled in windows to run ok in both.
Why is that ?
Does the compilation use the fonts in the jdk lib or the system fonts ?
I'm so confused T_T
Please help