Re: Why does my font come out looking fuzzy?
Re: Why does my font come out looking fuzzy?
- Subject: Re: Why does my font come out looking fuzzy?
- From: Kyle Sluder <email@hidden>
- Date: Sat, 17 Oct 2009 19:52:48 -0700
You need to post a screenshot of what you're seeing.
I can think of two possibilities off the top of my head:
1) You're rendering text into a CALayer (especially a CATextLayer).
Without some tweaking, CALayer can't do subpixel antialiasing (aka LCD
antialiasing), because it doesn't have the existing backing store to
composite against.
2) You're overdrawing the text and are therefore ruining the
antialiasing, producing a distorted image.
Again, screenshot is pretty much mandatory here.
--Kyle Sluder
_______________________________________________
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