Created
November 15, 2014 07:04
-
-
Save nottombrown/1c17916c2123c3b0545d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for family in UIFont.familyNames(){ | |
println(family) | |
for fontName in UIFont.fontNamesForFamilyName("\(family)") { | |
println(" \(fontName)") | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This lists all the fonts available to UIFont