# `GSFontViewController selectGlyph:`

*Instance Method*

## Declaration

```swift
func select(_ glyph: GSGlyph!)
```

```objc
- (void) selectGlyph:(GSGlyph *) glyph;
```

```python
selectGlyph_(glyph: GSGlyph)
```

