# `GSGlyphsInfo maxRangeForGlyphName:atIndex:`

*Type Method*

## Declaration

```swift
class func maxRange(forGlyphName string: String, at idx: UInt) -> NSRange
```

```objc
+ (NSRange) maxRangeForGlyphName:(NSString *) string atIndex:(NSUInteger) idx;
```

```python
maxRangeForGlyphName_atIndex_(string: str, idx: int) -> NSRange
```

