Re: How do I get Lucida Grande italic into my application?
Re: How do I get Lucida Grande italic into my application?
- Subject: Re: How do I get Lucida Grande italic into my application?
- From: Jens Alfke <email@hidden>
- Date: Thu, 12 Nov 2009 12:31:04 -0800
On Nov 12, 2009, at 11:37 AM, Eric Gorr wrote:
CGAffineTransformMake(1, 0, -tanf(SYNTHETIC_OBLIQUE_ANGLE *
acosf(0) / 90), 1, 0, 0));
My matrix math is a bit rusty...how would I turn that into a series
of method calls to NSAffineTransform?
Looks like those parameters are the six values in the
CFAffineTransform struct; and NSAffineTransformStruct is declared
identically. You could just put those six values into an
NSAffineTransformStruct and then store that into a transform object.
—Jens_______________________________________________
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