<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreText",
  "identifier" : "/documentation/CoreText/CTRunStatus",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Core Text"
    ],
    "preciseIdentifier" : "c:@E@CTRunStatus"
  },
  "title" : "CTRunStatus"
}
-->

# CTRunStatus

A bitfield that represents the disposition of the run.

```
struct CTRunStatus
```

## Overview

The [`CTRunGetStatus(_:)`](/documentation/CoreText/CTRunGetStatus(_:)) function passes back this bitfield to indicate the disposition of the run.

## Topics

### Constants

[`kCTRunStatusNoStatus`](/documentation/CoreText/CTRunStatus/kCTRunStatusNoStatus)

The run has no special attributes.

[`rightToLeft`](/documentation/CoreText/CTRunStatus/rightToLeft)

The run proceeds from right to left.

[`nonMonotonic`](/documentation/CoreText/CTRunStatus/nonMonotonic)

The run isn’t in strictly increasing or decreasing order.

[`hasNonIdentityMatrix`](/documentation/CoreText/CTRunStatus/hasNonIdentityMatrix)

The run requires a specific text matrix to be set in the current Core Graphics context for proper drawing.

### Initializers

[`init(rawValue:)`](/documentation/CoreText/CTRunStatus/init(rawValue:))

Creates a run status structure with the specified raw value.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)