Enable text antialiasing

Are you missing a feature? Request its implementation here.
tim

Enable text antialiasing

Post by tim »

It would be /really/ nice to have an option to enable swing's text antialiasing.

I couldn't find a System property that will work for that. Maybe I'm missing something?

BTW, I'm on Linux.

thanks,
tim
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

Swing components do not use antialiasing by default and there is no system property to enable text antialiasing. For a Swing component antialiasing is enabled only by overriding the method paintComponent and setting a rendering hint of the graphics context.

Sun will have JDK antialiasing support in 1.5.1. See http://developer.java.sun.com/developer ... 53840.html.
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

We implemented this. In the next release of <oXygen/> you can enable and disable it from Options -> Preferences -> Editor -> Aspect - Text antialiasing.

Best regards,
Sorin
Post Reply