Contents

CTFontManagerEnableFontDescriptors(_:_:)

Enables or disables the matching font descriptors for font descriptor matching.

Declaration

func CTFontManagerEnableFontDescriptors(_ descriptors: CFArray, _ enable: Bool)

Parameters

  • descriptors:

    Array of font descriptors.

  • enable:

    If true, the fonts matching the given descriptors are enabled for font descriptor matching; if false, they are not enabled.

See Also

Functions