Re: Turning off font smoothing in source code windows?
Re: Turning off font smoothing in source code windows?
- Subject: Re: Turning off font smoothing in source code windows?
- From: Alex Eddy <email@hidden>
- Date: Sun, 21 Nov 2004 01:08:20 -0800
On Nov 20, 2004, at 12:07 PM, Bryan Pietrzak wrote:
Problem is that Xcode anti-aliases the font (when set to 9 pt) and then
the MPW font looks just terrible. I can certainly "Turn off text
smoothing for sizes 9 and smaller" in System Preferences -> Appearance,
but that's a system-wide behavior and all I want is text smoothing off
in Xcode source windows using the MPW font.
Any secret prefs I can set? :)
Not really a secret, but you can control the system's antialiasing
threshold on a per-application basis.
For example:
defaults write com.apple.xcode AppleAntiAliasingThreshold 15
There is another pref which is less known:
AppleSmoothFixedFontsSizeThreshold. That one only affects certain fixed
width fonts like Monaco. Not sure if it will work with the MPW font.
I've found that antialiased 9pt ProFont is best for coding... but
that's just IMHO...
linky:
http://www.macosxhints.com/article.php?story=2003110512421092
http://www.tobias-jung.de/seekingprofont/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden