I wish to check at runtime whether a font exists on the device (iphone/ipad)?
Is there a way to do that?
feedback
|
|
You can use this code to get a list of all fonts available:
Based on this code you can easily build an NSArray with all font names and then use it to verify if your font is there, or any kind of workflow is more appropriate to your app. | |||
|
feedback
|
|
you could try by using the
| |||
feedback
|