• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Why does my font come out looking fuzzy?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Why does my font come out looking fuzzy?
      • From: Ben Haller <email@hidden>
    • Re: Why does my font come out looking fuzzy?
      • From: "Clark S. Cox III" <email@hidden>
References: 
 >Why does my font come out looking fuzzy? (From: Ben Haller <email@hidden>)

  • Prev by Date: Why does my font come out looking fuzzy?
  • Next by Date: Re: UTIs and readFromURL/writeToURL
  • Previous by thread: Why does my font come out looking fuzzy?
  • Next by thread: Re: Why does my font come out looking fuzzy?
  • Index(es):
    • Date
    • Thread