How do I get Lucida Grande italic into my application?
How do I get Lucida Grande italic into my application?
- Subject: How do I get Lucida Grande italic into my application?
- From: Eric Gorr <email@hidden>
- Date: Thu, 12 Nov 2009 12:39:05 -0500
I need to be able to do this same thing and found this old thread and reply:
http://lists.apple.com/archives/Cocoa-dev/2007/Jan/msg00577.html
I assume the answer has not changed. Unfortunately, the link
<http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/platform/mac/FontMac.mm#L583>
is no longer valid and I was wondering if anyone knew what the appropriate NSAffineTransform would be to pass into +fontWithDescriptor:textTransform:
Ultimately, I believe the call I will want to make is:
[NSFont fontWithDescriptor:[[NSFont systemFontSizeForControlSize:NSMiniControlSize] fontDescriptor] textTransform:italicTransform];
Thank you.
_______________________________________________
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