在Xcode中增加字体大小是一件痛苦的事情。
当前回答
去XCode >首选项>字体& 颜色 双击字体条目以获得字体检查器窗口 选择您想增加/减少大小的所有字体条目 在字体检查器窗口中选择相同的字体(例如:All Fonts > Menlo > Regular > 14)
小心,因为没有撤销!
其他回答
去XCode >首选项>字体& 颜色 双击字体条目以获得字体检查器窗口 选择您想增加/减少大小的所有字体条目 在字体检查器窗口中选择相同的字体(例如:All Fonts > Menlo > Regular > 14)
小心,因为没有撤销!
对于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.
祝贺你。你现在可以阅读你的代码了。 这难道不痛苦吗?
之前所有的答案都集中在可能发生的事情上:改变编辑器和调试区域的字体大小。但是如果你共享你的屏幕导航器(文件导航器等)仍然很小。您现在可以在设置>一般>导航器大小中更改三个预设大小。
这将使你的文件和文件夹在展示时更具可读性。
你可以使用以下方法:
出版社xcode - >首选项 选择字体和颜色 选择列表中的任意字体并按cmd+a(选择所有字体) 选择窗口底部所有编辑器字体的字体大小
对于Xcode 12:(beta 3)
对于代码编辑窗口,请使用new
编辑器->字体大小->增加
or
编辑器->字体大小->减少
菜单项。这将全局地增加或减少所有编辑窗口的字体大小。还有一个
编辑器->字体大小->重置
选择。这些也响应⌘+或⌘-键盘快捷键。
默认情况下,左侧的文件导航器对应于
系统首选项->常规->侧栏图标大小
你也可以在Xcode中使用
Xcode -> Preferences -> General -> Navigator Size
推荐文章
- keychain上的分发证书中缺少私钥
- Xcode的构建文件夹在哪里?
- Xcode 4在目标设备上说“finished running <my app>”——什么都没有发生
- 图书馆吗?静态的?动态吗?或框架?另一个项目中的项目
- Xcode 6 gitignore文件应该包括什么?
- 类PLBuildVersion在两个框架中都实现了
- 应用程序加载器在上传iOS应用程序时卡住了“与iTunes商店进行身份验证”
- Xcode:构建失败,但没有错误消息
- 你能在Linux下运行Xcode吗?
- 启动屏幕故事板不显示图像
- 改变UISegmentedControl的字体大小
- 在SwiftUI中创建一个VStack填充屏幕宽度
- 如何折叠所有的方法在Xcode?
- 自动适合Android的TextView
- 是否有可能更新一个本地化的故事板的字符串?