# `GSGlyphsInfo glyphIndex:`

*Instance Method*

Returns the index of the glyph in the database.

## Declaration

```swift
func glyphIndex(_ glyph: GSGlyph) -> UInt
```

```objc
- (NSUInteger) glyphIndex:(GSGlyph *) glyph;
```

```python
glyphIndex_(glyph: GSGlyph) -> int
```

