# `GSLayoutManager layerIndexForCharacterIndex:`

*Instance Method*

## Declaration

```swift
func layerIndex(forCharacterIndex characterIndex: UInt) -> UInt
```

```objc
- (NSUInteger) layerIndexForCharacterIndex:(NSUInteger) characterIndex;
```

```python
layerIndexForCharacterIndex_(characterIndex: int) -> int
```

