Re: CGContextShowTextAtPoint doesn't show text
Re: CGContextShowTextAtPoint doesn't show text
- Subject: Re: CGContextShowTextAtPoint doesn't show text
- From: Graham Cox <email@hidden>
- Date: Tue, 09 Aug 2011 23:19:00 +1000
On 09/08/2011, at 10:43 PM, Gabriel Zachmann wrote:
> I have checked that 'str' does actually hold a valid string at the user's instance. (I logged it and had him send me the log file.)
> I have also tried different font sizes.
> I have also googled around.
> All to no avail.
>
>
> Does anybody have an idea what else might be wrong?
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.
In your case, the choice seems simple - just use CATextLayer. Why not?
--Graham
_______________________________________________
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