---
title: characterIndices
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/text/layout/run/characterindices
---

# characterIndices

The array of character indices corresponding to the glyphs in self.

## Declaration

```swift
var characterIndices: [Text.Layout.CharacterIndex] { get }
```
