开发者

Is There a Font Demo App for iOS?

开发者 https://www.devze.com 2023-01-31 09:56 出处:网络
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 UI

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消