Re: How to avoid text distortion
Re: How to avoid text distortion
- Subject: Re: How to avoid text distortion
- From: Rob Keniger <email@hidden>
- Date: Fri, 20 Nov 2009 15:41:10 +1000
On 20/11/2009, at 3:23 PM, padmakumar wrote:
> One more point is that I am using Xcode 3.2 in Snow Leopard (Version 10.6.2) and in System Preference -> Appearence -> "Use LCD font smoothing when available" option is disabled , again font and text are displayed perfectly ie with out any distortion. If I enable this option which is enabled by default this problem occurs. But this problem happens only with the application I have developed.
I suspect you are using a layer-backed view. NSTextFields with no background color will display without sub-pixel anti-aliasing on layer-backed views. If you want the text to have sub-pixel anti-aliasing, give the text field a background color.
--
Rob Keniger
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden