Tag: intelliJ

Improve font rendering for IntelliJ IDEA / Pycharm in Ubuntu

Stock font rendering in Pycharm / Intelliji IDEA is horrible on Ubuntu. To improve it, change the following:

 

First of all, we need to install Infinality fonts:

Installed the patched OpenJDK with fontfix:

In $IDEA_HOME/bin/*.vmoptions  add the following: (PS: $IDEA_HOME is the path to IntelliJIdea or Pycharm)

and in  $IDEA_HOME/bin/pycharm.sh or idea.sh  change the following line

with

Reboot.

Start the IDE and enjoy perfect fonts.