Contents

CTFontManagerSetAutoActivationSetting(_:_:)

Sets the auto-activation setting for the specified bundle identifier.

Declaration

func CTFontManagerSetAutoActivationSetting(_ bundleIdentifier: CFString?, _ setting: CTFontManagerAutoActivationSetting)

Parameters

  • bundleIdentifier:

    The bundle identifier used to specify a particular application bundle. If NULL, the current application bundle is used. If kCTFontManagerBundleIdentifier is specified, sets global auto-activation.

  • setting:

    The new setting. See Ctfontmanagerautoactivationsetting for possible values.

See Also

Functions