Package apple.coretext.enums
Class CTFontCollectionCopyOptions
- java.lang.Object
-
- apple.coretext.enums.CTFontCollectionCopyOptions
-
public final class CTFontCollectionCopyOptions extends java.lang.Object[@enum] CTFontCollectionCopyOptions 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.
-
-
Field Summary
Fields Modifier and Type Field Description static intDefaultOptionsstatic intStandardSortstatic intUnique
-
-
-
Field Detail
-
DefaultOptions
public static final int DefaultOptions
- See Also:
- Constant Field Values
-
Unique
public static final int Unique
- See Also:
- Constant Field Values
-
StandardSort
public static final int StandardSort
- See Also:
- Constant Field Values
-
-