This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 161149

Summary: No option to disable anti-aliasing
Product: editor Reporter: synchro <synchro>
Component: Painting & PrintingAssignee: issues@editor <issues>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

Description synchro 2009-03-25 15:29:59 UTC
In the "Fonts & Colors" preferences panel there is no option to disable anti-aliasing, resulting in poor readability of fonts that have bitmaps available at small 
sizes, for example Monaco 10.
Comment 1 Vitezslav Stejskal 2009-03-26 11:20:06 UTC
Since Netbeans 6.5 we rely on JDK to pick up system defined AA settings. For the compatibility reasons there is still
-J-Dswing.aatext=<true|false> property that you can use to forcibly turn antialiasing off (eg. -J-Dswing.aatext=false in
netbeans.conf or on commandline).
Comment 2 synchro 2009-03-26 11:44:21 UTC
That works perfectly, looks much better, but it would still be nice to have a checkbox in prefs for that.
Comment 3 Vitezslav Stejskal 2009-04-20 14:04:37 UTC
We may add that checkbox some day.
Comment 4 Quality Engineering 2009-11-02 10:58:57 UTC
NetBeans.org Migration: changing resolution from LATER to WONTFIX