How can you get an NSArray
of fonts or fontfamilies that are "contained" by an NSFontCollection
?
All NSFont
and NSFontManager
methods seem to require a single NSFontDescriptor
, while NSFontCollection
returns an NSArray
of NSFontDescriptor
objects. It seems like there should be a method that returns fonts matching these.
Is it necessary to query each font descriptor against all fonts manually?