Hello. I am using Debian Sid with an OpenJDK 7u3. In NetBeans 7.1 I see ugly fonts in an editor. But when I use JDK 7u3 from java.oracle.com, everything looks good. Is there any way I can fix it? Or is it a OpenJDK7 bug?
Screenshot (with Lucida Console font): http://i39.tinypic.com/16rkax.jpg My ~/.Xresources: Xft.antialias: 1 Xft.hinting: 1 Xft.rgba: rgb Xft.autohint: 1 Xft.hintstyle: hintmedium Xft.lcdfilter: lcddefault My ~/.fonts.conf: <?xml version='1.0'?> <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'> <fontconfig> <match target="font"> <edit mode="assign" name="autohint"><bool>true</bool></edit> </match> <match target="font"> <edit mode="assign" name="rgba"><const>rgb</const></edit> </match> <match target="font"> <edit mode="assign" name="hinting"><bool>true</bool></edit> </match> <match target="font"> <edit mode="assign" name="hintstyle"><const>hintmedium</const></edit> </match> <match target="font"> <edit mode="assign" name="lcdfilter"><const>lcddefault</const></edit> </match> <match target="font"> <edit mode="assign" name="antialias"><bool>true</bool></edit> </match> </fontconfig> -- -- To UNSUBSCRIBE, email to debian-java-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/201202241058.01952.debianj...@mail.kuranowski.pl