---
title: CTTextAlignment.natural
framework: coretext
role: symbol
role_heading: Case
path: coretext/cttextalignment/natural
---

# CTTextAlignment.natural

Text uses the natural alignment of the text’s script.

## Declaration

```swift
case natural
```

## See Also

### Constants

- [CTTextAlignment.left](coretext/cttextalignment/left.md)
- [CTTextAlignment.right](coretext/cttextalignment/right.md)
- [CTTextAlignment.center](coretext/cttextalignment/center.md)
- [CTTextAlignment.justified](coretext/cttextalignment/justified.md)
