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

# CTFontOrientation

The intended rendering orientation of the font for obtaining glyph metrics.

```
enum CTFontOrientation
```

## Overview

Use the values of this enumeration for [`kCTFontOrientationAttribute`](/documentation/CoreText/kCTFontOrientationAttribute).

## Topics

### Font Orientations

[`CTFontOrientation.default`](/documentation/CoreText/CTFontOrientation/default)

The native orientation of the font.

[`CTFontOrientation.horizontal`](/documentation/CoreText/CTFontOrientation/horizontal)

The horizontal orientation.

[`CTFontOrientation.vertical`](/documentation/CoreText/CTFontOrientation/vertical)

The vertical orientation.

### Deprecated Constants

[`kCTFontDefaultOrientation`](/documentation/CoreText/CTFontOrientation/kCTFontDefaultOrientation)

The native orientation of the font.

[`kCTFontHorizontalOrientation`](/documentation/CoreText/CTFontOrientation/kCTFontHorizontalOrientation)

The horizontal orientation.

[`kCTFontVerticalOrientation`](/documentation/CoreText/CTFontOrientation/kCTFontVerticalOrientation)

The vertical orientation.

## See Also

[`kCTFontOrientationAttribute`](/documentation/CoreText/kCTFontOrientationAttribute)

The orientation for the glyphs of the font.



---

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)