CTFontManagerAutoActivation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration whose values specify values for auto-activation of fonts.
public enum CTFontManagerAutoActivation
type CTFontManagerAutoActivation =
- Inheritance
-
CTFontManagerAutoActivation
Fields
Name | Value | Description |
---|---|---|
Default | 0 | |
Disabled | 1 | |
Enabled | 2 | |
PromptUser | 3 | Developers should not use this deprecated field. It's now treated as 'Default'. |