Samples of Fonts Available on the iPhone
In an earlier article I listed the names of font families and the individual font names available on the iPhone. However, I didn’t take the extra step of actually generating samples of each font type. So here, thanks to some code published by Jonathan Saggau, is a composite image containing a sample of each font type, using the font’s name.
To obtain that font within your code, supply the given font name to the fontWithname class method eg.
UIFont *sampleFont = [UIFont fontWithName:@"MarkerFelt-Thin" size:14.0];



THe list has been updated in the new version XCode http://www.myfirstiphoneapplication.com/2010/01/list-of-fonts-available-on-the-iphone/
Pierre
Saturday, 30 January 2010 at 2:12 pm
THank you!!!! i just used this in my own iphone project and really appreciate it!
Jason Purdy
Tuesday, 23 November 2010 at 3:54 pm
[...] Samples of Fonts Available on the iPhone This handy list gives you a visual feeling for which fonts are available on the iPhone/iPad, and what they look like. [...]
iOS Development Link Roundup: Part 1 | iOS/Web Developer's Life in Beta
Friday, 26 November 2010 at 9:23 am
Excellent work Graham. I saw your earlier post on iOS fonts but wasn’t sure what most of these fonts looked like so was going to search for a font site to try each one out.. This saves a lot of time… Great work
John
Monday, 12 December 2011 at 2:48 pm