matchingDescriptors(forFamily:)
Returns an array of font descriptors matching the logical descriptors for the given font family.
Declaration
func matchingDescriptors(forFamily family: String) -> [NSFontDescriptor]?Parameters
- family:
The font family whose descriptors are matched.
Return Value
The matchingDescriptors for the given family.