-glyphWithName:
-glyphWithName:
- Subject: -glyphWithName:
- From: "Raglan T. Tiger" <email@hidden>
- Date: Fri, 22 Aug 2014 21:57:09 -0600
NSFont *font = [NSFont systemFontOfSize:288];
NSGlyph glyph = [font glyphWithName:glyphName];
if glyphName is @“A” for example I get A
if the glyphName is @“&” I get nothing
if the glyphName is @“ampersand” I get &
I cannot find a list that tells me the names of these non-alphabet characters.
Where should I look for this list and will the names be the same regardless of font?
-rags
_______________________________________________
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