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 protected]) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
