On Mon, Jan 7, 2013, at 09:38 PM, Graham Cox wrote:
> Hi all,
> 
> CATextLayer is a great convenience, but when zooming a layer-based view,
> it gets blocky. Contrast CAShapeLayer, which renders in screen space and
> so never gets blocky.
> 
> Is there a way to get CATextLayer to do the same, or am I forced to roll
> my own solution?

If it's just a small bit of text, you could convert the text into a
Bézier path and assign that to a shape layer.

But if it's a lot of text, you will manually have to re-render it.

--Kyle Sluder

_______________________________________________

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to