IntelliJ IDEA: Adding fonts to anti-aliased
# Platform Ubuntu linux
# IntelliJ IDEA (community edition-12.1.6)
# Demo font consola
Download the programming fonts consola and courier new used in this article:
Free in http://linux.bkjia.com/
The username and password are both www.bkjia.com
The specific download directory is available on/June 14,/June 11,/IntelliJ IDEA: anti-aliased and font addition.
For the download method, see
Two programming fonts are used for programming. Consola has a slightly sexy waist and a round body. Courier new, simple and generous, is a tough model at first glance.
I. Anti-aliasing of fonts 1) ugly Fonts
From Eclipse to IntelliJ IDEA, the first uncomfortable thing is the font used for encoding.
After all, programmers look at it every day and do not want to be common, but it cannot be too ugly. After a long time, I had to get sick, so I had to take treatment in advance.
First, paste an ugly figure:
2) set anti-aliasing
File> settings>Editor>Appearance - use anti-aliased font
After applying, if there is no effect (of course, it will not work), you need to add> vi ~ in your environment variables ~ /. Zshrc (or. bashrc, here I am using zsh, which is also used if you are interested. It is called "the ultimate Shell". On github, there is oh-my-zsh integrated by Daniel)
After you add export _ JAVA_OPTIONS = "-Dawt. useSystemAAFontSettings = on", restart the system through the command line, provided that the idea. sh search PATH> idah. sh…… is set in the PATH ...... Pick up _ JAVA_OPTIONS = "-Dawt. useSystemAAFontSettings = on"
Or
Find idea. vmoptions (or idea64.vmoptions for 64-bit JVM) in the bin/directory of your idea installation directory)
Add-Dawt. useSystemAAFontSettings = on
Restart your IntelliJ IDEA
For more details, please continue to read the highlights on the next page:
IntelliJ IDEA 12 create a Web project graphic tutorial
Graphic tutorial for Android program development using IntelliJ IDEA
IntelliJ IDEA 12 haXe NME application Configuration Guide
IntelliJ IDEA test mode for running the Play Framework
IntelliJ IDEA details: click here
IntelliJ IDEA: click here