I'm a new Mac user and prefer the sharp fonts in Windows over the Mac's anti-aliased fonts. I've seen a few pages that say you can open Terminal and run the following command:
defaults -currentHost write -globalDomain AppleFontSmoothing -int n
where n is 0, 1, 2, or 3. 0 means no smoothing, and 3 means strong smoothing.
I've tried setting it to 0 and 3 (and restarted each time), but I see no difference between the two. The system always seems to be using the default smoothing. Maybe the AppleFontSmoothing setting isn't supported in Lion? Is there any way to adjust the smoothing in Lion?
defaults -currentHost write -globalDomain AppleFontSmoothing -int n
where n is 0, 1, 2, or 3. 0 means no smoothing, and 3 means strong smoothing.
I've tried setting it to 0 and 3 (and restarted each time), but I see no difference between the two. The system always seems to be using the default smoothing. Maybe the AppleFontSmoothing setting isn't supported in Lion? Is there any way to adjust the smoothing in Lion?