public final class CTFontOptions
extends java.lang.Object
Options for descriptor match and font creation. [@constant] kCTFontOptionsPreventAutoActivation Prevents automatic font activation from taking place. [@constant] kCTFontOptionsPreferSystemFont Font matching will prefer to match Apple system fonts.
| Modifier and Type | Field and Description |
|---|---|
static long |
Default |
static long |
PreferSystemFont |
static long |
PreventAutoActivation |
public static final long Default
public static final long PreventAutoActivation
public static final long PreferSystemFont