Is there any way to get XCode to render text in the editor with anti-aliasing enabled? I can't see anything in the preferences dialog that would do it.
XCode text is already anti-alaised. Check to make sure the font size is larger than specified in:
System Preferences -> Appearance.
If it is larger than that you can try this command at the command line to edit the application setting for xcode.
defaults write com.apple.xcode AppleAntiAliasingThreshold -int <font-size>
defaults write com.apple.xcode AppleSmoothFontsSizeThreshold -int <font-size>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With