There is an AWT desktop property that will enable JDK6 apps. to determine the desktop preferred status of anti aliasing on text. Look here: http://java.sun.com/javase/6/docs/api/java/awt/doc-files/DesktopProperties.html
All the values with LCD in the name are the ones related to sub-pixel aliasing. Until 1.6_u10 drops, then there isn't native text rendering in Java. Kirill Grouchnikov has written loads on this subject. Google his "Pushing Pixels" blog and look up the entries on native-text rendering for specifics. Also, read this blog for detailed stuff on the JDK implementation of sub-pixel rendering: http://weblogs.java.net/blog/chet/archive/2005/06/phils_font_fixe.html [Message sent by forum member 'fred34' (fred34)] http://forums.java.net/jive/thread.jspa?messageID=297406 =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA2D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
