Class 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait