Package apple.coretext.enums
Class CTRunStatus
- java.lang.Object
-
- apple.coretext.enums.CTRunStatus
-
public final class CTRunStatus extends java.lang.Object[@enum] CTRunStatus A bitfield passed back by CTRunGetStatus that is used to indicate the disposition of the run. [@constant] kCTRunStatusNoStatus The run has no special attributes. [@constant] kCTRunStatusRightToLeft When set, the run is right to left. [@constant] kCTRunStatusNonMonotonic When set, the run has been reordered in some way such that the string indices associated with the glyphs are no longer strictly increasing (for left to right runs) or decreasing (for right to left runs). [@constant] kCTRunStatusHasNonIdentityMatrix When set, the run requires a specific text matrix to be set in the current CG context for proper drawing.
-
-
Field Summary
Fields Modifier and Type Field Description static intHasNonIdentityMatrixstatic intNonMonotonicstatic intNoStatusstatic intRightToLeft
-
-
-
Field Detail
-
NoStatus
public static final int NoStatus
- See Also:
- Constant Field Values
-
RightToLeft
public static final int RightToLeft
- See Also:
- Constant Field Values
-
NonMonotonic
public static final int NonMonotonic
- See Also:
- Constant Field Values
-
HasNonIdentityMatrix
public static final int HasNonIdentityMatrix
- See Also:
- Constant Field Values
-
-