开发者

How do I increase font sizes within XCode [duplicate]

This question already has answers here: Closed 11 years ago.

Possible Duplicate:

Can I change the size of the Xcode IDE fonts?

I have managed to increase the font sizes for开发者_JAVA百科 the XCode editor window, but haven't found a way to increase font sizes in other areas of the application, such as the Groups & Files side bar and the console window.

Someone suggested using TinkerTool to do this, and I downloaded the tool, but it's not at all clear to me how to use the tool to tweak the fonts for just these two things (and not affect other apps in my system).

If anyone has detailed instructions on how to increase the font size of these two areas of XCode specifically, I would be very grateful!

Thanks

Elisabeth


  1. Run defaults write com.apple.Xcode PBXTableFontSize <font size> in Terminal, replacing <font size> with your preferred font size.
  2. Run defaults write com.apple.Xcode PBXTableFont <font name> in Terminal, replacing <font name> 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.


Within xcode, go to Preferences -> Font & Color, select which items you want to change, then double click on your selection (this is tricky), the font window will show up. Then you can choose which font and size.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜