Android Studio编辑器中的字体大小似乎太小了。

如何让字体变大?


当前回答

适用于macOS上的北极狐更新。

更改IDE本身的字体大小:

Android Studio >首选项>外观和行为>外观>勾选“使用自定义字体”,然后增大字体大小。

...

更改编辑器的字体大小:

Android Studio >首选项>编辑器>字体>更改大小

其他回答

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.

设置(Ctrl+Alt+s)——>外观——>覆盖默认字体(不推荐):

然后将大小更改为16+。

永久更改UI元素的默认字体大小

进入设置(Mac上的“首选项”)>外观和行为>外观。勾选“覆盖默认字体(不推荐)”复选框。然后改变字体大小,点击确定

简单的方法 按双Shift键,然后输入increase—>点击增加字体大小,然后你的编辑器改变字体

默认情况下,Android Studio不允许正常的CTRL +鼠标滚动来放大或缩小。你可以在设置中启用它,尽管它的位置似乎随着时间的推移而改变了。Mac用户在其他答案中有详细的说明,但我使用Windows。

对于Android Studio 3.4中的Windows用户,您可以选择文件->设置->常规,然后选中“用Ctrl+鼠标滚轮更改字体大小(缩放)”复选框。见下文: