Help me, please. It's screen of my Netbeans: PyCharm: How can I fix it? I use Oracle Java 7. java version "1.7.0_25" Java(TM) SE Runtime Environment (build 1.7.0_25-b15) Java HotSpot(TM) 64-Bit Server VM (build 23.25-b01, mixed mode)
PS: For comparison my Sublime Text:
After hours of searching and experimenting, I finally found a working solution!!! No need to mess up with fontforge, no need to patch your jdk, which is not allowed on a corporate workstation.
sudo dpkg -i *.deb
sudo /etc/fonts/infinality/infctl.sh setstyle
sudo reboot lightgdm
If you are an Android Studio (Intellij) user, try add the following lines to your studio(64).vmoptions:
Old topic but for future visits, here is a solution that works:
source : Demian Ferreiro in solution
As of version release 2016.1, JetBrains is including / bundling a JRE that has the font rendering corrected.
:)
Scott
So... Seems my problem is solved.
Step 1, Install and configure Infinality for better font rendering in Linux
Step 2., Install OpenJDK7 with font fixes in Ubuntu
NetBeans:
Step 3: Applies nice font style linux
Try adding
to your ~/.bashrc
A more detailed discussion can be found here.
I suggest changing the choice of font in the program's settings. You can also install the windows fonts on Ubuntu if you prefer these.
In both cases you should be able to chose File -> Settings and search for font and change it to whatever you like.
I use a proportional font in IntelliJ CE and it looks fine to me in Ubuntu.