Re: Font names
Re: Font names
- Subject: Re: Font names
- From: John Randolph <email@hidden>
- Date: Fri, 21 Dec 2012 11:58:40 -0800
On Dec 21, 2012, at 9:55 AM, Todd Heberlein <email@hidden> wrote:
> Googling what must must be a common question has failed me :(
>
> Is there documentation for the font names (to be used with NSFont's fontWithName:size:) that are standard on the Mac platform?
> Googling what must must be a common question has failed me :(
>
> Is there documentation for the font names (to be used with NSFont's fontWithName:size:) that are standard on the Mac platform?
NSArray *allFonts = [[NSFontManager sharedFontManager] availableFonts];
-jcr
_______________________________________________
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
References: | |
| >Font names (From: Todd Heberlein <email@hidden>) |