# `GSGlyphsInfo glyphGroupsTreeForFont:`

*Instance Method*

## Declaration

```swift
func glyphGroupsTree(for font: GSFont!) -> [Any]!
```

```objc
- (NSArray *) glyphGroupsTreeForFont:(GSFont *) font;
```

```python
glyphGroupsTreeForFont_(font: GSFont) -> list
```

