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 19:43:09 -0700
Thank You
also (now unrelated to the paths) when drawing strings into context using
NSAttributedStrings is there a way to specify that the text is to be drawn
vertically with the Font attribute or some attribute on NSAttributedString
directly? or do I have to explicitly transform the context with [transform
concat] then draw the string and reverse it?
for example on pc, when using CreateFont, the 3rd parameter is the angle
between the escapement vector and the x-axis of the device
----- Original Message -----
From: "Douglas Davidson" <email@hidden>
To: <email@hidden>
Cc: <email@hidden>
Sent: Wednesday, April 28, 2010 11:40 AM
Subject: Re: Getting a bezier path for a character
On Apr 27, 2010, at 6:45 PM, email@hidden wrote:
Hi, I been trying to figure out how to get the Bezier path for a character
in different fonts,
We actually have a developer sample that covers this,
<http://developer.apple.com/samplecode/SpeedometerView/index.html>. Take a
look at bezierWithFont: in the SpeedyCategories.m file.
Douglas Davidson
_______________________________________________
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