As others have done, I'm trying to get decent looking text on a CALayer backed view. The most relevant thread I've found is Faking Subpixel Antialiasing on Text with Core Animation.
At the start of that post, it's stated that "Now, for people who are able to set opaque backgrounds for their text (either with a setBackgroundColor: call or the equivalent setting in Interface Builder), this issue doesn't present too much of a problem." However, when I set the background of a text box in IB, and have it draw the background, and do the same with its cell, I'm still getting the same problem (no antialiasing when layers are used). These belong to a NSBox that also draws its background.
Any idea as to what I should be doing that I'm not? Thanks