Android Studio: How to increase the size of logcat text?

后端 未结 3 1950
失恋的感觉
失恋的感觉 2021-02-03 18:16

Anybody knows where can I increase the size of logcat text? There\'s no setting for it in the main settings.

相关标签:
3条回答
  • 2021-02-03 18:31

    Go to file-> Settings-> Editor-> Colors & Font -> Console Font

    Though to change the saved settings, you will have to create a new scheme or save the existing scheme with a new name(see the top of the screenshot.enter image description here)

    0 讨论(0)
  • 2021-02-03 18:31

    Thanks to @params for his answer but here is the correct screen shot

    File > Settings > Editor > Colors & Font > Console Font

    In size column give your size ,ex :- 18 click Ok

    UPDATE

    from android studio 3.1.2 it is in Settings > Editor > Color Scheme > Console Font

    0 讨论(0)
  • 2021-02-03 18:49

    Now in AS 3.1.2 the font settings are under "Editor -> Color Scheme -> Console Font" which is misleading.

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