Posts mit dem Label aliasing werden angezeigt. Alle Posts anzeigen
Posts mit dem Label aliasing werden angezeigt. Alle Posts anzeigen

Dienstag, 31. Januar 2017

Change font rendering in NetBeans

If the font rendering in NetBeans doesn't look right you can try to change the setting for the rendering. The available options are listed on this site: Anti-aliasing in NetBeans 7.1

To change the font rendering create the following file:
/home/martin/.netbeans/<version>/etc/netbeans.conf
with this contents:
netbeans_default_options="${netbeans_default_options} -J-Dswing.aatext=TRUE -J-Dawt.useSystemAAFontSettings=<render option, e.g. lcd>"