Re: IKImageBrowserView, drawing on layers and retina display
Re: IKImageBrowserView, drawing on layers and retina display
- Subject: Re: IKImageBrowserView, drawing on layers and retina display
- From: Dragan Milić <email@hidden>
- Date: Mon, 10 Feb 2014 16:22:07 +0100
Again replying to myself…
On pon 10.02.2014., at 11.59, Dragan Milić wrote:
> The remaining issue is that strings drawn on the layer (using standard string drawing methods) still don't have antialiasing.
This is also solved, perhaps it may help someone else to:
https://developer.apple.com/library/mac/documentation/graphicsimaging/Reference/CATextLayer_class/Introduction/Introduction.html
If a text is drawn on a non-opaque (transparent) background on a layer, it won't be antialiased. An opaque background on the layer (at least in the frame where the text will be drawn) is needed for antialiased text.
-- Dragan
_______________________________________________
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