# `GSGlyphsInfo indexOfObjectInScripts:`

*Instance Method*

## Declaration

```swift
func indexOfObject(inScripts script: String) -> UInt
```

```objc
- (NSUInteger) indexOfObjectInScripts:(NSString *) script;
```

```python
indexOfObjectInScripts_(script: str) -> int
```

