Re: OK, but what do 'attributes' look like?
Re: OK, but what do 'attributes' look like?
- Subject: Re: OK, but what do 'attributes' look like?
- From: Dave Rosborough <email@hidden>
- Date: Mon, 8 Mar 2004 23:04:57 -0800
On 8-Mar-04, at 10:03 PM, Denis Stanton wrote:
What I'm looking for is the key value for
"font name". (No, it isn't "Font name".) and even some suggested names
of fonts, so that I will know how the compiler would like to see them
punctuated or capitalized (or is that "cased"?)
By the way, if you want to get a list of font names, try something like
this:
NSLog(@"%@", [[NSFontManager sharedFontManager] availableFonts]);
TTYL
DaveR
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.