How can I get a list of the available NSFont families, preferably with the fontName: equivalents.
Swift 5
for family in NSFontManager.shared.availableFontFamilies { print(family) }