ubuntu:14.04
Android studio:1.0.1
Android Studio is a IntelliJ-based IDE, so its fonts are just as ugly as NetBeans. For programmers, the ugly font will dreariness Ah! The first one to change the good:
If this effect is your dish, then follow the steps below to do it.
Adding JVM Parameters
Switch to Android Studio bin/ under the directory and you will see there studio64.vmoptions and studio.vmoptions two files. If your JVM is 64-bit, modify studio64.vmoptions , otherwise modify studio.vmoptions , add the following:
-Dawt.useSystemAAFontSettings=on
Modify Font
- Modify the interface font
Appearance, Settings, File, change the font WenQuanYi Micro Hei to:
- modifying code Fonts
Font, Colors & Fonts, Editor, Settings, File, modify Primary font to: WenQuanYi Zen Hei Mono ,
Now your Android studio should be the same as in.
Ubuntu14.04 under Android Studio font optimization