How can I increase the font size in Interface Builder
Is it possible to increase the font size in Interface Builder? The ridiculously small side of those fonts, 开发者_StackOverflowspecially on the Inspector, are giving me headaches.
You can try using the wonderful AppleDisplayScaleFactor, but I wouldn't be very surprised if a lot of things stopped working correctly. So it will correctly increase the font size (along with everything else), but the headaches would probably remain. Or get much, much worse. But hey, you asked!
defaults write com.apple.InterfaceBuilder3 AppleDisplayScaleFactor 1.2
Unfortunately no. File an enhancement request.
精彩评论