---
title: Text.TruncationMode.head
framework: swiftui
role: symbol
role_heading: Case
path: swiftui/text/truncationmode/head
---

# Text.TruncationMode.head

Truncate at the beginning of the line.

## Declaration

```swift
case head
```

## Discussion

Discussion Use this kind of truncation to omit characters from the beginning of the string. For example, you could truncate the English alphabet as “…wxyz”.

## See Also

### Getting text truncation modes

- [Text.TruncationMode.middle](swiftui/text/truncationmode/middle.md)
- [Text.TruncationMode.tail](swiftui/text/truncationmode/tail.md)
