How to change Android Studio's editor font?

后端 未结 10 1889
故里飘歌
故里飘歌 2020-12-13 22:53

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 op

相关标签:
10条回答
  • 2020-12-13 23:16

    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.

    0 讨论(0)
  • 2020-12-13 23:17
    • 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->Editor->Fonts -> Font & (for Mac : Android Studio -> Preferences)

    0 讨论(0)
  • 2020-12-13 23:17

    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...

    Step 2: Select Editor and select Color Scheme from right side window...

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

    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...

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

    0 讨论(0)
  • 2020-12-13 23:20

    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.

    0 讨论(0)
  • 2020-12-13 23:20

    For Android Studio 3.4.1 Go to File -> Settings -> Collapse Editor -> Font -> Select the required font -> Click OK. Done.

    0 讨论(0)
  • 2020-12-13 23:21

    I was able to increase the font, using the follow strategy.

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