How to change Android Studio's editor font?

2019-01-22 00:46发布

Right now I am using the Darcula theme. I want to change the default font to something else. I go into Editor > Colors & Fonts > Font but all the options are greyed out. For Editor Font it shows Show only monospaced fonts as checked with Primary font as Monospaced, but neither of these can be changed. I tried changing the font under Appearance but that just changes the font used around AS and not inside the editor.

8条回答
相关推荐>>
2楼-- · 2019-01-22 01:08

After Spending a good quality of time on this issue i finally fixed it... In Latest Android Studio 3.2 version

Follow it will work for sure...

Step 1: Go to File Select Settings... enter image description here

Step 2: Select Editor and select Color Scheme from right side window... enter image description here

Step 3: Create a duplicate scheme by clicking on the setting icon from right side window as shown below image enter image description here

Step 4: Now select Color Scheme --> Console Font from left side window and follow the image... point 1... point 2... point 3 select the scheme which we create in Step 3 point 4 select the font type you want display text point 5 select the font size of your wish.

Click on the Apply and Ok...

enter image description here

Step 5: Work 100 percentage...sure...

查看更多
姐就是有狂的资本
3楼-- · 2019-01-22 01:09
  • Android Studio The defaultEditor(Editor)TheScheme(Scheme)Is the font cannot be modified,you canSave as,
  • Save as a new scheme (Scheme),and then change the font size;
  • Location: File->Settings->IDE Settings->Editor->Colors & Fonts -> Font

enter image description here

查看更多
祖国的老花朵
4楼-- · 2019-01-22 01:09

We have to be more careful when doing this. For the first time I have changed the font size of menu by mistake instead of font. First create your own scheme by going to File-->Settings-->Colors & Fonts and then you can make changes to your own scheme. The final procedure is to go to settings(File-->Settings) and then select Editor and Colors & Fontsin the left bar menu. Then select the arrow on the left side of Colors & Fonts and then select Font in the left menu bar. You will get options to change your values. Remember you can only change values to your own sheme.

查看更多
We Are One
5楼-- · 2019-01-22 01:12

Android Studio 3.3

Preferences>Editor>Color Scheme Font Select the cog next to the Scheme:and choose Duplicate. On the same screen, choose your desired font and select Apply to preview or OK to store and exit preferences.

查看更多
Root(大扎)
6楼-- · 2019-01-22 01:13

If creating a custom setting doesn't help:

Click on File -> Settings ->Editor and check the field: "Change font-size with CRTL + Mouse Wheel"

Worked for me.

查看更多
我欲成王,谁敢阻挡
7楼-- · 2019-01-22 01:21

Find Setting enter image description here icon from top toolbar and follow the steps accordingly in image attached.

enter image description here

查看更多
登录 后发表回答