How can I get a list of the available NSFont families, preferably with the fontName: equivalents.
Here's how it can be done for Swift:
let fontFamilyNames = NSFontManager.sharedFontManager().availableFontFamilies print("avaialble fonts is \(fontFamilyNames)")