---
title: CTRunStatus
framework: coretext
role: symbol
role_heading: Structure
path: coretext/ctrunstatus
---

# CTRunStatus

A bitfield that represents the disposition of the run.

## Declaration

```swift
struct CTRunStatus
```

## Overview

Overview The CTRunGetStatus(_:) function passes back this bitfield to indicate the disposition of the run.

## Topics

### Constants

- [rightToLeft](coretext/ctrunstatus/righttoleft.md)
- [nonMonotonic](coretext/ctrunstatus/nonmonotonic.md)
- [hasNonIdentityMatrix](coretext/ctrunstatus/hasnonidentitymatrix.md)

### Initializers

- [init(rawValue:)](coretext/ctrunstatus/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)
