---
title: CTFontManagerScope
framework: coretext
role: symbol
role_heading: Enumeration
path: coretext/ctfontmanagerscope
---

# CTFontManagerScope

Constants that define the scope for font registration.

## Declaration

```swift
enum CTFontManagerScope
```

## Overview

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](coretext/ctfontmanagerscope/none.md)
- [CTFontManagerScope.process](coretext/ctfontmanagerscope/process.md)
- [CTFontManagerScope.persistent](coretext/ctfontmanagerscope/persistent.md)
- [CTFontManagerScope.session](coretext/ctfontmanagerscope/session.md)
- [user](coretext/ctfontmanagerscope/user.md)

### Initializers

- [init(rawValue:)](coretext/ctfontmanagerscope/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Enumerations

- [CTFontDescriptorMatchingState](coretext/ctfontdescriptormatchingstate.md)
- [CTFontManagerAutoActivationSetting](coretext/ctfontmanagerautoactivationsetting.md)
- [CTFontManagerError](coretext/ctfontmanagererror.md)
- [CTLineBoundsOptions](coretext/ctlineboundsoptions.md)
- [CTRubyAlignment](coretext/ctrubyalignment.md)
- [CTRubyOverhang](coretext/ctrubyoverhang.md)
- [CTRubyPosition](coretext/ctrubyposition.md)
