我可以更改Xcode IDE字体的大小吗? [英] Can I change the size of the Xcode IDE fonts?

查看:123
本文介绍了我可以更改Xcode IDE字体的大小吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想更改Xcode IDE的Groups& Files面板的字体大小。我知道如何更改首选项中的字体和颜色,但那些(似乎)仅影响代码窗口,而不影响IDE的其余部分。有任何想法吗?谢谢!

I'd like to change the font size of the "Groups & Files" panel of the Xcode IDE. I know how to change the "Fonts & Colors" in the preferences, but those (seem to) only affect the code window, not the rest of the IDE. Any ideas? Thanks!

推荐答案

我相信你可以改变群组的大小。通过在 ~Library / Preferences / com.apple.Xcode.plist 中设置PBXTableFontSize参数来命名文件窗格。这需要首先设置PBXTableFont才能生效。

I believe you can change the size of the Groups & Files pane by setting the PBXTableFontSize parameter in ~Library/Preferences/com.apple.Xcode.plist. This needs PBXTableFont to be set first to take effect.

1)运行默认写入com.apple.Xcode PBXTableFontSize 20 在终端中,用 20 代替您想要使用的任何值。

2)在终端中运行默认写入com.apple.Xcode PBXTableFont Helvetica ,替换 Helvetica 对于您要使用的字体。我不确定OS X的默认Sans Serif字体是什么,但是Helvetica非常通用。

1) Run defaults write com.apple.Xcode PBXTableFontSize 20 in Terminal, substituting 20 for whatever value you wish to use.
2) Run defaults write com.apple.Xcode PBXTableFont Helvetica in Terminal, substituting Helvetica for the font you wish to use. I'm not sure what OS X's default Sans Serif font is, but Helvetica is pretty generic.

这篇关于我可以更改Xcode IDE字体的大小吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆