3

Is there a way to fix the ugly fonts in NetBeans that REALLY WORKS on Ubuntu 13.04 and NetBeans 7.3.1? I tried everything I could find on this topic but nothing worked for me.

Please don't tell me to do any of these, as I've tried them all:

Also I'm not interested in just changing the editor font as that doesn't really solve the problem.

szx
  • 548
  • 1
  • 6
  • 16

3 Answers3

1

This should fix ugly fonts in Eclipse/Netbeans/Jetbrains:

sudo apt-get remove fonts-unfonts-core

Best, M

MattY
  • 401
  • 3
  • 8
0

To use the system fonts into the netbeans you need to append a code into the netbeans_default_options present in the netbeans.conf file.

The code is below:

-J-Dawt.useSystemAAFontSettings=on
HexaCrop
  • 191
  • 2
  • 14
-1

Simplest way I found is using the Nimbus lnf through the build in Options

Options > Miscellaneous > Windows > Preferred look and feel: [ Nimbus ] (needs restart)

Don't try to change the lnf with the --lnf Nimbus command line switch. Also do not use the Dynamic Look and Feel Changer Plugin, which will destroy the Coloring of Nimbus in netBeans

Armin
  • 21
  • 3