CTFontOptions Enum

Definition

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

Default 0

Use default options.

IncludeDisabled 128

Include disabled fonts.

PreferSystemFont 4

Give preferences to Apple/System fonts.

PreventAutoActivation 1

Prevents font activation.

Applies to