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

# CTFrameProgression

Constants that specify frame progression types.

```
enum CTFrameProgression
```

## Overview

The lines of text within a frame may stack for either horizontal or vertical text. Values are enumerated for each stacking type supported by [`CTFrameProgression`](/documentation/CoreText/CTFrameProgression). Frames with a progression type that specifies vertical text rotate lines 90 degrees counterclockwise during drawing.

## Topics

### Constants

[`CTFrameProgression.topToBottom`](/documentation/CoreText/CTFrameProgression/topToBottom)

Lines stack top to bottom for horizontal text.

[`CTFrameProgression.rightToLeft`](/documentation/CoreText/CTFrameProgression/rightToLeft)

Lines stack right to left for vertical text.

[`CTFrameProgression.leftToRight`](/documentation/CoreText/CTFrameProgression/leftToRight)

Lines stack left to right for vertical text.



---

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)