<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreText",
  "identifier" : "/documentation/CoreText/CTFontManagerScope",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Core Text"
    ],
    "preciseIdentifier" : "c:@E@CTFontManagerScope"
  },
  "title" : "CTFontManagerScope"
}
-->

# CTFontManagerScope

Constants that define the scope for font registration.

```
enum CTFontManagerScope
```

## Overview

On macOS, a user session refers to a login session. On iOS, a user session refers to the current booted session.

## Topics

### Constants

[`CTFontManagerScope.none`](/documentation/CoreText/CTFontManagerScope/none)

No scope is defined.

[`CTFontManagerScope.process`](/documentation/CoreText/CTFontManagerScope/process)

The font is available to the current process for the duration of the process unless directly unregistered.

[`CTFontManagerScope.persistent`](/documentation/CoreText/CTFontManagerScope/persistent)

The font is available to all processes for the current user session and will be available in subsequent sessions unless unregistered.

[`CTFontManagerScope.session`](/documentation/CoreText/CTFontManagerScope/session)

The font is available to the current user session but won’t be available in subsequent sessions.

[`user`](/documentation/CoreText/CTFontManagerScope/user)

The font is available to all processes for the current user session and will be available in subsequent sessions unless unregistered.



---

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)