TTF fonts not available on Intellij

后端 未结 1 1722
旧时难觅i
旧时难觅i 2021-02-13 13:29

I am running Intellij 11.0.1 on Ubuntu 11.10. I have installed some ttf fonts. My question is when I trying to change font under appearance, why I can see those fonts under ecli

1条回答
  •  终归单人心
    2021-02-13 13:54

    As per Can I make IntelliJ IDEA look more like Eclipse?

    Fonts are rendered by the JVM, so it shows any TTF fonts that it can find. If for some reason not all your system TTF fonts are visible, you need to copy *.ttf files into JDK_HOME/jre/lib/fonts. After restarting IDEA you'll be able to choose new fonts. Fonts missing some Unicode characters required for proper code display will not be listed.

    0 讨论(0)
提交回复
热议问题