Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I add the fonts in editor of Android Studio

I use Ubuntu 14.04 LTS for Android Dev ,The system language is 简体中文(Simplified Chinese).

And I use Android Studio,the Source Code Pro Fonts are very good , but it seems not support with Simplified Chinese.And When I enter some Chinese in the editor,it display in Regular script Fonts ,which is so ugly in the code editor.
enter image description here

And I have try to install some fonts in my system. But I can't find it in the Android Studio Editor Font but it shown in the Android Studio Default System Fonts.
enter image description hereenter image description here So How can I change the fonts of Android Studio's Editor to display Simplified Chinese ? Thanks A lot.

like image 693
xhinliang Avatar asked Aug 27 '15 00:08

xhinliang


People also ask

Where do I put TTF files on Android?

To begin with, open the Settings app on your phone. On some phones, you'll find the option to change your font under Display > Font Style, while other models allow you to download and install new fonts by following the path Display > Fonts > Download.


2 Answers

Just Cancel The "Show only monospaced fonts" In Editor Fonts Setting.

like image 200
xhinliang Avatar answered Nov 15 '22 04:11

xhinliang


In Editor Font Setting, you should save your scheme first. Then you're able to set you editor font:

enter image description here

Hope this can help you.

like image 37
Xun Chenlong Avatar answered Nov 15 '22 04:11

Xun Chenlong