Re: CGContextShowTextAtPoint doesn't show text
Re: CGContextShowTextAtPoint doesn't show text
- Subject: Re: CGContextShowTextAtPoint doesn't show text
- From: Gabriel Zachmann <email@hidden>
- Date: Tue, 09 Aug 2011 16:48:26 +0200
Thanks a lot for your response ...
> I've found the Core Graphics text handling methods to be gnarly and awkward the few times I've attempted to use them, and always ended up going some other route to render text.
Could you please point me to a few of them?
>
> In your case, the choice seems simple - just use CATextLayer. Why not?
Can CATextLayer render text with a shadow?
Like this:
CGContextSetShadowWithColor( ctxt, CGSizeMake(0,0), 10, blue );
I really need the shadow to be able to discern it from a background layer, the color of which is unknown and changes fairly often.
Best regards,
Gabriel.
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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