init(descriptors:)
Creates a mutable font collection containing the fonts that match the specified font descriptors.
Declaration
init(descriptors queryDescriptors: [NSFontDescriptor])Parameters
- queryDescriptors:
One or more query descriptors describing the fonts to include in the collection.
Return Value
A mutable font collection object.