public final class CTFontCollectionCopyOptions
extends java.lang.Object
Option bits for use with CTFontCollectionCopyFontAttribute(s).
[@constant] kCTFontCollectionCopyStandardSort Passing this option indicates that the return values should be sorted in standard UI order, suitable for display to the user. This is the same sorting behavior used by NSFontPanel and Font Book.
[@constant] kCTFontCollectionCopyUnique Passing this option indicates that duplicate values should be removed from the results.
| Modifier and Type | Field and Description |
|---|---|
static int |
DefaultOptions |
static int |
StandardSort |
static int |
Unique |
public static final int DefaultOptions
public static final int Unique
public static final int StandardSort