Font Genie
Font Genie
Font Genie displays all available fonts on your IPhone or IPod. This is important for developers to keep track of the ever changing font families and their font types.
Font Genie not only displays sample characters, but also the name of the display font so you can simply create any available font in your application.
Usage:
In the Font Family field: browse through the font families by clicking the gray back/forward buttons.
In the Font Name field: browse through the font types (italic, bold, ..) of that family by clicking on the green back/forward buttons.
In the Sample field see characters of the selected font.
see the amount of available fonts in the lower right corner of the Font Family and Font Name fields.
note the Font Name and use it in your code like:
[UIFont fontWithName:<FontName> size:15]