Skip to content

Instantly share code, notes, and snippets.

@ystrohanov
Created September 27, 2018 16:56
Show Gist options
  • Save ystrohanov/309abf0ecc337c02f944336731f79efb to your computer and use it in GitHub Desktop.
Save ystrohanov/309abf0ecc337c02f944336731f79efb to your computer and use it in GitHub Desktop.
let fontFamilies = UIFont.familyNames
for fontFamily in fontFamilies {
let fontNames = UIFont.fontNames(forFamilyName: fontFamily)
print(fontFamily, fontNames)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment