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 (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com