# `GSLayoutManager characterIndexForLayerIndex:`

*Instance Method*

## Declaration

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

```objc
- (NSUInteger) characterIndexForLayerIndex:(NSUInteger) layerIndex;
```

```python
characterIndexForLayerIndex_(layerIndex: int) -> int
```

