在Xcode中增加字体大小是一件痛苦的事情。


当前回答

对于 XCODE 13+

在最新版本的编辑器(目前Xcode 13)中,只需按“cmd”+“+”来增加文本大小。减少文本大小按“cmd”+“-”。事情就是这么简单。除此之外,你可以在Xcode Preferences -> Themes中为每个类别指定文本大小/字体/颜色。

其他回答

您可以使用此插件使用⌘+或⌘-(最新版本的Xcode中的Control -和Control +)更改字体大小。插件开发人员更改了快捷键,以避免与Interface Builder热键冲突):

https://github.com/zats/AdjustFontSize-Xcode-Plugin

Xcode menu > Preferences > Font & Color > Category

双击纯文本,弹出菜单将出现。从这里开始改变。

更新!看Xcode 9来拯救你! 现在你可以使用cmd +来增加Xcode 9的字体。 你花了5个主要版本才得到它,苹果!但迟到总比不到好。

我算出来了,不过不是很直观。

首先是一些痛点

When You try to change the font size directly using edit -> format -> font, nothing happens! - Not a good UX ... moreover why play dumb when you can tell user that they are using default or "System-owned" theme and they cannot change it? - Bad Design and more bad UX ... Why keep this option (Cmd t) alive, which by the way is most standard way to increase font size across most well behaved mac apps, if you do not want user to change the font this way? In Xcode preferences, when you try to change the font size by clicking on "fonts and colors", thats when XCode gives a pop-up saying what needs to be done. Also making a duplicate and then changing the fonts and colors is a lot of work rather than giving a button that says "Restore to Defaults" if Apple is so worried about the user messing up the default settings!

解决方案是-你需要复制主题,然后修改你刚刚制作的副本,并应用该副本-唷!

以下步骤:

去xcode_preferences->然后选择字体和颜色->选择所有的文本选项->点击字体部分,改变你想要的字体

Easisest解决方案:

关闭所有打开的项目。 Xcode >首选项>字体和颜色 确保按CMD+A选择所有可能的文本类型。然后从选择器中更改字体大小。