Skip to content

Instantly share code, notes, and snippets.

@trungtran
Created June 5, 2013 19:20
Show Gist options
  • Save trungtran/5716446 to your computer and use it in GitHub Desktop.
Save trungtran/5716446 to your computer and use it in GitHub Desktop.
for (NSString *family in [UIFont familyNames])
{
NSLog(@"%@", [UIFont fontNamesForFamilyName:family]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment