Package apple.coretext.enums
Class CTFontManagerScope
- java.lang.Object
-
- apple.coretext.enums.CTFontManagerScope
-
public final class CTFontManagerScope extends java.lang.Object[@enum] CTFontManagerScope Scope for font registration. A uses session refers to a login session in macOS, and the current booted session in iOS. [@constant] kCTFontManagerScopeNone The font is not registered and does not participate in font descriptor matching. This isn't a valid scope to specify while registering fonts. [@constant] kCTFontManagerScopeProcess The font is available to the current process for the duration of the process unless directly unregistered. [@constant] kCTFontManagerScopePersistent The font is available to all processes for the current user session and will be available in subsequent sessions unless unregistered. [@constant] kCTFontManagerScopeSession The font is available to the current user session, and will not be available in subsequent sessions. Session scope is only available in macOS.
-
-
Field Summary
Fields Modifier and Type Field Description static intNonestatic intPersistentstatic intProcessstatic intUser
-
-
-
Field Detail
-
None
public static final int None
- See Also:
- Constant Field Values
-
Process
public static final int Process
- See Also:
- Constant Field Values
-
User
public static final int User
- See Also:
- Constant Field Values
-
Persistent
public static final int Persistent
- See Also:
- Constant Field Values
-
-