---
title: NSTextLayoutManager.SegmentType.standard
framework: uikit
role: symbol
role_heading: Case
path: uikit/nstextlayoutmanager/segmenttype/standard
---

# NSTextLayoutManager.SegmentType.standard

The standard segment, matching the typographic bounds of the range.

## Declaration

```swift
case standard
```

## See Also

### Kinds of text selection segments

- [NSTextLayoutManager.SegmentType.highlight](uikit/nstextlayoutmanager/segmenttype/highlight.md)
- [NSTextLayoutManager.SegmentType.selection](uikit/nstextlayoutmanager/segmenttype/selection.md)
