Ugly fonts in Java applications on Ubuntu

后端 未结 6 1969
北海茫月
北海茫月 2021-01-29 18:57

Help me, please. It\'s screen of my Netbeans:\"enter PyCharm:

6条回答
  •  独厮守ぢ
    2021-01-29 19:24

    Old topic but for future visits, here is a solution that works:

    # Install both infinality and fontfix'ed JDK.
    sudo add-apt-repository ppa:no1wantdthisname/ppa
    sudo add-apt-repository ppa:no1wantdthisname/openjdk-fontfix
    sudo apt-get update
    sudo apt-get install fontconfig-infinality openjdk-7-jdk
    # Apply a font style that looks good.
    sudo /etc/fonts/infinality/infctl.sh setstyle linux
    # And reboot the system.
    sudo reboot
    

    source : Demian Ferreiro in solution

提交回复
热议问题