在Xcode中增加字体大小是一件痛苦的事情。
更新!看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]更改字体时(在复制一个与你想要的颜色匹配的模板后),你可以选择多个条目并一次更改字体。使用[shift]选择一个范围或[cmd]选择多个单独的条目(例如,您可以同时选择'comments'和'strings',只更改它们的字体)。
史蒂夫
去XCode >首选项>字体& 颜色 双击字体条目以获得字体检查器窗口 选择您想增加/减少大小的所有字体条目 在字体检查器窗口中选择相同的字体(例如:All Fonts > Menlo > Regular > 14)
小心,因为没有撤销!
现在是2011年8月,Xcode 4.1仍然是一场噩梦。为什么不允许Cmd+和Cmd-像其他地方一样。 <结束咆哮>
正如其他受访者所建议的那样,我建议你在调整字体之前复制你喜欢的主题,因为没有简单的方法可以撤销。
在我的例子中,我所要做的就是增大字体大小。幸运的是,你可以选择多个项目(Shift+select或Cmd+select),并为所有选择的字体设置在一个瞬间。
轻微的缓解严重的刺激。
对于Xcode 4.1
仍然是一个巨大的痛苦。糟糕的UI设计(但我的心态似乎与那些制作100多个字符变量和方法名的软件工程师的心态不一样。我的抱怨够多了)
我将为当前版本修改以前的一篇文章。
Close any projects you have open in Xcode (Otherwise the Font window will be inaccessible while a project is open.) Go to XCode > Preferences > Fonts & Color From the 'Theme' box select the theme you want to modify (or select the theme you want to modify and click the "+" button at the bottom of the theme list to clone it first for backup, for there is no undo option) In the source editor box there is a list of types of text that you may set the font for: Plain text Comments Documentation Comments . . . Select any or all items from the source editor list and the name and size of the font for that particular text will show up in the 'Font' window below the 'Source Editor' window. (If you happen to skip highlighting one of these, you will be able to get to the Font Inspector and select new sizes, but will wonder why the changes you make are not being applied!) In the 'Font' window, click the small, almost hidden, and surely poorly design 'T' icon to the right of the font name and size. Voila! In only 14 keystrokes you are able to get the Font inspector window! Your existing font will be preselected in the font inspector. Whatever changes you make now will be applied to the text types you selected in the 'Source Editor' window. e.g. All Fonts > Menlo > Regular > 14 Close the windows you opened on this hunt for the holy grail.
祝贺你。你现在可以阅读你的代码了。 这难道不痛苦吗?
我还发现,您可以更改由“打印”主题控制的打印字体。我希望打印输出与默认值相同,但是使用更大的字体。
将“打印”重命名为“printing1”(选择打印主题并单击它,它应该允许您更改名称)。 点击“+”,从“New Theme from Template”选择“Default” 重命名为“印刷” 点击字体区域的“Source Editor”和cmd-A选择所有字体 通过点击“T”图标并选择所需的字体大小,将字体大小更改为所需的值(我喜欢12点)
在此之后,打印输出应该匹配新的“打印”模板(即颜色和更大,或无论你如何制作模板),关键是打印从“打印”主题中获取其格式。
实际上,这很简单:
转到首选项 然后是字体和颜色 然后通过点击“纯文本”选择所有的文本选项,然后按cmd+a 然后点击字体部分的小t 然后改变字体和大小,如你所愿,它将适用于所有的代码
好运!
您可以使用此插件使用⌘+或⌘-(最新版本的Xcode中的Control -和Control +)更改字体大小。插件开发人员更改了快捷键,以避免与Interface Builder热键冲突):
https://github.com/zats/AdjustFontSize-Xcode-Plugin
对于Xcode 12:(beta 3)
对于代码编辑窗口,请使用new
编辑器->字体大小->增加
or
编辑器->字体大小->减少
菜单项。这将全局地增加或减少所有编辑窗口的字体大小。还有一个
编辑器->字体大小->重置
选择。这些也响应⌘+或⌘-键盘快捷键。
默认情况下,左侧的文件导航器对应于
系统首选项->常规->侧栏图标大小
你也可以在Xcode中使用
Xcode -> Preferences -> General -> Navigator Size
我发现在首选项中,没有字体和颜色选择。我猜版本不一样,下面是最新版本的
方法1
进入Xcode ->首选项 点击主题 点击字体中间的T符号 调整右下角的大小
方法2
只需调整cmd +或cmd -
对于Xcode版本12.3及以上(不确定它是否适用于一些旧版本,但你可以尝试一下)
Xcode
-> Preferences -> Themes
-> Select your favourite theme on left panel
-> SourceEditor
-> Select All (`cmd + A`)
-> Click on T option
-> Select size
之前所有的答案都集中在可能发生的事情上:改变编辑器和调试区域的字体大小。但是如果你共享你的屏幕导航器(文件导航器等)仍然很小。您现在可以在设置>一般>导航器大小中更改三个预设大小。
这将使你的文件和文件夹在展示时更具可读性。
对于 XCODE 13+
在最新版本的编辑器(目前Xcode 13)中,只需按“cmd”+“+”来增加文本大小。减少文本大小按“cmd”+“-”。事情就是这么简单。除此之外,你可以在Xcode Preferences -> Themes中为每个类别指定文本大小/字体/颜色。
按“Command”+“+”增加文本大小。 按“Command”+“-”减小文本大小。
在Xcode 13中,你也可以调整
导航器字体大小
在Preferences面板中:
Xcode 13 ->首选项->通用->导航大小
默认情况下,它与系统字体比例匹配,但您可以覆盖设置并选择三个不同的选项之一:“小”,“中”或“大”。
制作方:Artem M
推荐文章
- 模拟器慢动作动画现在打开了吗?
- Swift to Objective-C头未在Xcode 6中创建
- iOS应用程序“应用程序无法验证”只在一台设备上
- 是否可以在Xcode 5上安装iOS 6 SDK ?
- 编译警告:对于架构i386,没有处理文件的规则
- MobileDevice。pkg不受信任,OS X更新后无法打开Xcode
- 目标……重写“Pods/Pods.xcconfig”中定义的“OTHER_LDFLAGS”构建设置
- 解释iOS7中automyadjustsscrollviewinsets, extendedlayoutinclesopaquebars, edgesForExtendedLayout之间的区别
- 按下UINavigationController后栏按钮时执行动作
- 架构arm64未定义的符号
- 在Xcode 6的Storyboard中什么是“限制到边缘”
- 如何清空缓存和清洁所有目标Xcode 4及以后
- 运行时出现“未知类<MyClass> in Interface Builder file”错误
- Xcode模拟器:如何删除不需要的旧设备?
- 如何从Xcode中删除配置文件