This is related to: Same Java Fonts Slightly Different in Eclipse vs JNLP
When I run my application through JDK 1.6.0_24 the fonts render in a particular way that I really like. However, when I run my application through JRE 1.6.0_24, they render in a way that I don't like.
Here's the difference: (JDK render on top, JRE render on bottom)
So, how I can make the JRE render fonts the same way as the JDK?
Thanks!