Font Genie

With questions, comments, and other ideas please send me an email.

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:

  1. Bullet   In the Font Family field: browse through the font families by clicking the gray back/forward buttons.


  1. Bullet In the Font Name field: browse through the font types (italic, bold, ..) of that family by clicking on the green back/forward buttons.


  1. Bullet In the Sample field see characters of the selected font.


  1. Bullet see the amount of available fonts in the lower right corner of the Font Family and Font Name fields.


  1. Bullet note the Font Name and use it in your code like:
                        [UIFont fontWithName:<FontName> size:15]