Saturday, September 3, 2011

Fixing UI font in Idea

Recently I switched my Linux OS from Ubuntu to Sabayon. And I've noticed the UI fonts of Idea (many java developers would agree IntelliJ Idea is the best IDE) are bad. Probably something related to anti-aliasing went wrong. The fix is easy, just add following line to your {idea-installation-directory}/bin/idea.vmoptions:
-Dawt.useSystemAAFontSettings=on