Fonts don't anti-alias in exported Java applet (1.2.1 and 1.5)
in
Programming Questions
•
2 years ago
I am using native fonts in a Processing application with the default (JAVA2D) renderer.
The fonts anti-alias fine in Processing, but not in the exported Java applet.
I experienced this problem previously with Processing 1.2.1 using createFont() and now with Processing 1.5 using hint(ENABLE_NATIVE_FONTS) and createFont(). It is evident across browsers (Firefox, Chrome, IE).
Is there something I can do to get the fonts to anti-alias properly in the exported Java applet?
Setup:
MacBook Air
OS X Snow Leopard
Processing 1.2.1 and 1.5
The fonts anti-alias fine in Processing, but not in the exported Java applet.
I experienced this problem previously with Processing 1.2.1 using createFont() and now with Processing 1.5 using hint(ENABLE_NATIVE_FONTS) and createFont(). It is evident across browsers (Firefox, Chrome, IE).
Is there something I can do to get the fonts to anti-alias properly in the exported Java applet?
Setup:
MacBook Air
OS X Snow Leopard
Processing 1.2.1 and 1.5
1