public final class CTFontManagerAutoActivationSetting
extends java.lang.Object
Auto-activation settings. [@constant] kCTFontManagerAutoActivationDefault Default auto-activation setting. When specified, the application will use the global setting. [@constant] kCTFontManagerAutoActivationDisabled Disables auto-activation. [@constant] kCTFontManagerAutoActivationEnabled Enables auto-activation. [@constant] kCTFontManagerAutoActivationPromptUser - deprecated and treated as kCTFontManagerAutoActivationDefault on 10.13. Requires user input for auto-activation. A dialog will be presented to the user to confirm auto activation of the font.
public static final int Default
public static final int Disabled
public static final int Enabled