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:
Inside the “Fonts” system settings area, look for “Use anti-aliasing” and set it to “Enabled.” Then, click the “Configure” button. From here the user can edit the way the font hinting and anti-aliasing is displayed on the system.
Logical fonts are the five font families defined by the Java platform which must be supported by any Java runtime environment: Serif, SansSerif, Monospaced, Dialog, and DialogInput. These logical fonts are not actual font libraries.
So... Seems my problem is solved.
Step 1, Install and configure Infinality for better font rendering in Linux
sudo add-apt-repository ppa:no1wantdthisname/ppa sudo apt-get update sudo apt-get upgrade sudo apt-get install fontconfig-infinality
Step 2., Install OpenJDK7 with font fixes in Ubuntu
sudo add-apt-repository ppa:no1wantdthisname/openjdk-fontfix sudo apt-get update sudo apt-get upgrade
NetBeans:
Step 3: Applies nice font style linux
sudo /etc/fonts/infinality/infctl.sh setstyle linux
Try adding
export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=gasp'
to your ~/.bashrc
A more detailed discussion can be found here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With