# `GSGlyphViewControllerProtocol selectGlyphs:`

*Instance Method*

## Declaration

```swift
optional func select(_ glyphs: [GSGlyph])
```

```objc
- (void) selectGlyphs:(NSArray<GSGlyph *> *) glyphs;
```

```python
selectGlyphs_(glyphs: list[GSGlyph])
```

