On May 24, 2012, at 10:36 AM, Manfred Schwind <[email protected]> wrote: >> CGContextShowTextAtPoint(contextRef, 0, 40, >> [textToDraw UTF8String], [textToDraw length]); > > One bug I see here: you're passing a wrong length parameter.
Another bug: CGContextShowztextAtPoint takes characters encoded in MacRoman, not UTF8. The real bug: you should not be using CGContextShowTextAtPoint. Ever. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) 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 [email protected]
