Class CTFontManagerAutoActivationSetting


  • public final class CTFontManagerAutoActivationSetting
    extends java.lang.Object
    [@enum] 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.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int Default  
      static int Disabled  
      static int Enabled  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait