SOLVED - Wrong font rendering in Mac OSX
Hi,
I usually use "Lucida Sans Typewriter" as editor font in IntelliJ, i'm trying the Mac version of intelliJ 9.0.1 but there are some problems with this font, if i check non-antialiased font in editor preferences the font is rendered ok otherwise the font looks really ugly (see screenshot attached).
thanks in advance.
Attachment(s):
Screen shot 2010-03-18 at 2.48.14 PM.png
Please sign in to leave a comment.
Hi,
It may worth switching from Apple's Quartz renderer to Sun default 2D renderer by commenting out apple.awt.graphics.UseQuartz option in Contents/Info.plist
For more related options see http://developer.apple.com/mac/library/documentation/Java/Reference/Java_PropertiesRef/Articles/JavaSystemProperties.html
Hope this helps
Max
it works! thanks.