Skip to content

Instantly share code, notes, and snippets.

@scott0228
scott0228 / ios-10-all-font-names.swift
Created December 20, 2017 08:06 — forked from tadija/FontNames-iOS-17.4.swift
iOS 10 - All Font Names
UIFont.familyNames.sorted().forEach{ familyName in
print("*** \(familyName) ***")
UIFont.fontNames(forFamilyName: familyName).forEach { fontName in
print("\(fontName)")
}
print("---------------------")
}
/*
*** Academy Engraved LET ***