<!--
{
  "availability" : [
    "macOS: 10.6.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreText",
  "identifier" : "/documentation/CoreText/CTFontManagerGetAutoActivationSetting(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Core Text"
    ],
    "preciseIdentifier" : "c:@F@CTFontManagerGetAutoActivationSetting"
  },
  "title" : "CTFontManagerGetAutoActivationSetting(_:)"
}
-->

# CTFontManagerGetAutoActivationSetting(_:)

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

```
func CTFontManagerGetAutoActivationSetting(_ bundleIdentifier: CFString?) -> 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, gets the global auto-activation setting.

## Return Value

The auto-activation setting for the specified bundle identifier. See [`CTFontManagerAutoActivationSetting`](/documentation/CoreText/CTFontManagerAutoActivationSetting) for possible values.

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)