Skip to content

Instantly share code, notes, and snippets.

@NikhilManapure
Created September 15, 2017 07:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NikhilManapure/db1cd198ed8856fade45f684ff97cc57 to your computer and use it in GitHub Desktop.
Save NikhilManapure/db1cd198ed8856fade45f684ff97cc57 to your computer and use it in GitHub Desktop.
for family in UIFont.familyNames {
print(“\(family)”)
for name in UIFont.fontNames(forFamilyName: family) {
print(“ \(name)”) // This name
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment