On iOS, you can easily get all the available Fonts via [UIFont familyNames]
. The method returns an array, so it would sure be easy to create a little App that displayed all the available fonts in a UITableView
and would show which fonts every "family" has in a DetailViewController
.
Before I go ahead and code something like this I want开发者_开发百科ed to ask whether anyone knew if Apple or anybody else provides such a font demo app?
Yes, there is - it's called Fonts.
iFonts displays the fonts in a table view. You can also use it to email the list of fonts to yourself or someone else on your team.
Disclaimer: I developed it.
精彩评论