swift3.0でフォントの種類を確認する

// font
UIFont.familyNames.map {UIFont.fontNames(forFamilyName: $0)} .joined() .sorted() .forEach { print(“\($0)”) }