# `GSGlyphsInfo glyphInfoForUnicodes:`

*Instance Method*

## Declaration

```swift
func glyphInfo(forUnicodes unicodes: NSOrderedSet) -> GSGlyphInfo?
```

```objc
- (GSGlyphInfo *) glyphInfoForUnicodes:(NSOrderedSet *) unicodes;
```

```python
glyphInfoForUnicodes_(unicodes: NSOrderedSet) -> GSGlyphInfo
```

