Skip to content

Instantly share code, notes, and snippets.

@terrybu
Last active December 25, 2015 21:58
Show Gist options
  • Save terrybu/a0141a1b575800421ffe to your computer and use it in GitHub Desktop.
Save terrybu/a0141a1b575800421ffe to your computer and use it in GitHub Desktop.
Checking what fonts are available on your iOS project currently
var myArray = UIFont.familyNames() as Array
print(myArray)
print(UIFont.fontNamesForFamilyName("NanumBarunGothic"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment