# `GSLayoutManager characterIndexForPoint:`

*Instance Method*

## Declaration

```swift
func characterIndex(for thePoint: NSPoint) -> UInt
```

```objc
- (NSUInteger) characterIndexForPoint:(NSPoint) thePoint;
```

```python
characterIndexForPoint_(thePoint: NSPoint) -> int
```

## Discussion

---

---

