100

Is there any way to make the editor text larger in Android Studio?

I go to Settings>Editor>Colors&Fonts>Font where I find "Size:12". However, I'm unable to change the value for the size.

4

11 回答 11

168

他们并没有把这一点说得很明显,不是吗?

您所要做的就是单击“另存为”按钮来创建一个新的配置文件。您无法更改字体,因为您无法覆盖默认配置文件。

于 2013-07-02T19:44:59.100 回答
53

如果创建自定义设置没有帮助:

单击文件 > 设置 > 编辑器并检查字段: 使用 CTRL + 鼠标滚轮更改字体大小截屏 为我工作。

于 2015-02-18T10:38:11.027 回答
30

扩展上面的答案,对于 Windows: 1. 转到文件 > 设置 ... 2. 修改如下所示的设置

Android Studio 中的字体大小 --- 在 Windows 上

于 2015-06-04T19:47:14.600 回答
5

If you are using Android Studio (version 0.5.2) then this applies:

Click on [File][Settings], and under the "IDE Settings" area (left side Pane), choose "Appearance".

On the right side (the 'Appearance Settings') check the CheckBox called "Override default fonts by (not recommended)" and then the "Size" choice will un-grey and you can choose a new size using either the PullDown or by typing a number. Double check that the number is reasonable (not too large).

Click [Apply] to see the result of your choice and ensure that it is readable before choosing [OK] and dismissing the Settings Panel.

Cautions: Since Android Studio is still in Beta (a new Program) choosing too small or too large a Font, or choosing one that the Editor does not agree with, may make Text either unreadable or worse (cause a crash).

This is likely why the Setting says "not recommended". You do not want to have to edit the Program's settings with a Hex Editor if you make a mess by setting the Fonts to 144 Points instead of just 14 -- the Menu line would be huge.

A small increase in the Font size should be OK but be careful not to make Text so large that it can not fit in the area that was reserved for it (not just in the Editor but also the "Main Menu" and the "Info Bar" (at the bottom).

Note: The 'Edit Window' Text is smaller than all the other Text by one size but all Text is controlled by the one Setting. Making the 'Edit Window' Text too big is very likely to cause problems elsewhere since all the other Text is larger than what is shown in the 'Edit Window'.

于 2014-05-17T19:21:56.147 回答
4

键盘映射

其他答案没有任何问题,但这个答案显示了如何将字体大小映射到键盘快捷键。然后可以使用Cmd/=and Cmd/-(或Ctrl/=, Ctrl-)来管理字体大小。您可以选择您喜欢的任何组合键,但请注意选择键盘快捷键时出现的冲突消息(只是为了确保它在您的用例中有意义)。

转到首选项(Windows 中的设置)菜单并选择左侧的键盘映射部分标题。在右侧部分的搜索框中,输入font。您会发现几个条目,包括Increase Font SizeDecrease Font Size。您可以双击其中的每一个来添加键盘快捷键。

键盘映射

对于我来说,我分别选择Cmd/=Cmd/-作为我的快捷方式。系统将提示您选择LeaveRemove冲突。就我而言,我选择将冲突留在原地,因为它们不可能同时加载。

双击添加键盘映射

添加

输入组合键并记下任何冲突

选择1

选择如何处理冲突

注意:如果您选择Leave,冲突仍然存在〜但如果它们没有同时加载,则可能无关紧要。如果您选择Remove,则删除原始键盘快捷键(小心使用)。

离开

诺塔贝内

关于字体大小的另一个有用的键盘映射是Reset Font Size,它将事物恢复为默认设置。当您在首选项中搜索 Keymap 时,会显示此选项font。就我而言,我选择Cmd/Shift/0这样可以避免Cmd\0打开“消息”窗口的常用快捷方式。

重置字体大小

重置

自 Android Studio 1.5.1 起有效

供参考

更改字体大小的另一种方法是打开“操作”菜单并搜索font. 找到后双击 increase/decrease font size选项。在 Mac 上,我使用Cmd/Shift/A快捷方式访问操作菜单或在Help菜单下选择 Find Actions

于 2016-03-30T14:52:06.200 回答
3

一个不错的功能是:

文件 -> 设置 -> 编辑器 -> 常规

顶部有一个“鼠标”部分

您可以单击“使用 CTRL+鼠标滚轮更改字体大小(缩放)”

因此,您可以根据需要更改大小。

于 2016-05-08T08:47:00.237 回答
2

在 MacBook Android Studio ->在此处输入图像描述

选择首选项... ->

在此处输入图像描述单击另存为.. -> 给出任何名称在此处输入图像描述-> 确定 -> 然后选择方案 -> 并为在此处输入图像描述每个选项命名 可编辑

于 2015-09-28T07:09:09.527 回答
1

转到Settings > Editor,展开 Editor 树,转到Color & Fonts展开该树并找到Font,在顶部选择要更改字体的主题,然后在Editor Font下更改字体

于 2016-08-23T11:04:42.117 回答
1

看来他们现在已经修好了。我正在使用 Android Studio 3.0,并且可以修改默认方案。

只需打开Settings > Editor > Colors&Fonts > Font,在“大小”字段中输入所需的字体大小,然后单击“应用”按钮,就是这样。

于 2017-10-26T07:40:21.320 回答
0

转到文件 | 设置 | Appearance & Behavior -> 外观 -> 向下滚动鼠标你会发现演示模式改变了字体大小。

于 2016-07-08T06:07:42.880 回答
0

我有这个问题,但这是由于更改了字体系列。我必须为我当前使用的特定字体系列指定字体大小。转到设置>字体>单击当前编辑器字体...在此处输入图像描述

它将打开配色方案>配色方案字体。在此处指定字体大小 在此处输入图像描述

于 2021-11-26T03:48:42.127 回答