How to get used UIFont
How to get used UIFont
- Subject: How to get used UIFont
- From: "Gerriet M. Denkmann" <email@hidden>
- Date: Fri, 28 Dec 2012 13:07:48 +0700
I want to know which fonts can be used for a given character.
On OS X I would iterate over all fonts using coveredCharacterSet and then longCharacterIsMember:.
But on iOS there seems to be no coveredCharacterSet.
So I tried an attributedString which contains my character, asking it for the NSFontAttributeName, but got just nil.
What else can I do?
Gerriet.
_______________________________________________
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