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 protected]>
To: <[email protected]>
Cc: <[email protected]>
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 protected] 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 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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to