Re: Getting a bezier path for a character
Re: Getting a bezier path for a character
- Subject: Re: Getting a bezier path for a character
- From: "danchik" <email@hidden>
- Date: Thu, 29 Apr 2010 20:18:48 -0700
by 'reverse' i meant :
[transform invert];
[transform concat];
since i'd have to first
[transform transformXBy:yBy];
[transform rotateByDegrees:];
[transform concat];
[myAttrString drawWithRect:options:]
----- Original Message -----
From: "Graham Cox" <email@hidden>
To: "danchik" <email@hidden>
Cc: "Cocoa-Dev List" <email@hidden>
Sent: Thursday, April 29, 2010 7:51 PM
Subject: Re: Getting a bezier path for a character
On 30/04/2010, at 12:43 PM, danchik wrote:
do I have to explicitly transform the context with [transform concat] then
draw the string and reverse it?
Yes, just set up the transform to orient the text how you want it. The
layout of the text is independent of this, and there is no way to specify
the angle as an attribute of the text itself.
Not sure what you mean by 'reverse' though - text layout assumes a flipped
context, so either create the context flipped or build in a suitable flip in
your transform, by scaling the y axis by -1.
--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