Re: CGContextShowTextAtPoint
Re: CGContextShowTextAtPoint
- Subject: Re: CGContextShowTextAtPoint
- From: "Raglan T. Tiger" <email@hidden>
- Date: Wed, 14 Oct 2015 15:06:23 -0600
-rags
> On Oct 14, 2015, at 2:37 PM, David Duncan <email@hidden> wrote:
>
> Ensure that the text matrix is sane
I have been doing this:
CGAffineTransform t = CGAffineTransformMakeScale (1.0, -1.0);
CGContextSetTextMatrix (ctx, t);
changing the sx and sy just scrunches the text into a blob
what the crusade am I not understanding?
-rags
_______________________________________________
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