CTFontCollectionCopyQueryDescriptors(_:)
Retrieves the array of descriptors for font matching.
Declaration
func CTFontCollectionCopyQueryDescriptors(_ collection: CTFontCollection) -> CFArray?Parameters
- collection:
The font collection reference.
Return Value
A retained reference to the array of descriptors for querying (matching) the system font database. The return value is undefined if you create the collection with CTFontCollectionCreateFromAvailableFonts(_:).