Contents

CTFontCollectionCreateMatchingFontDescriptors(_:)

Returns an array of font descriptors matching the collection.

Declaration

func CTFontCollectionCreateMatchingFontDescriptors(_ collection: CTFontCollection) -> CFArray?

Parameters

  • collection:

    The font collection reference.

Return Value

A retained reference to an array of normalized font descriptors matching the collection definition.

See Also

Getting Font Descriptors