CTFontOptions 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.
Options used when creating new instances of the CTFont class.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum CTFontOptions
type CTFontOptions =
- Inheritance
-
CTFontOptions
- Attributes
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Use default options. |
PreventAutoActivation | 1 | Prevents font activation. |
PreferSystemFont | 4 | Give preferences to Apple/System fonts. |
IncludeDisabled | 128 | Include disabled fonts. |