Last active
December 25, 2015 21:58
-
-
Save terrybu/a0141a1b575800421ffe to your computer and use it in GitHub Desktop.
Checking what fonts are available on your iOS project currently
This file contains hidden or 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
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