Contents

CTFontCollectionSetQueryDescriptors(_:_:)

Replaces the array of descriptors for font matching.

Declaration

func CTFontCollectionSetQueryDescriptors(_ collection: CTMutableFontCollection, _ descriptors: CFArray?)

Parameters

  • collection:

    The font collection reference.

  • descriptors:

    An array of Ctfontdescriptor objects. Passing in NULL represents an empty collection, which sets the matching descriptors to NULL.

See Also

Excluding and Including Font Descriptors