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 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]
