# `GSFontMaster stems`

*Instance Method*

## Declaration

```swift
func stems() -> [GSValueStore]
```

```objc
- (NSArray<GSValueStore *> *) stems;
```

[See also `stems` in the Python API](https://docu.glyphsapp.com/#GSFontMaster.stems)

```python
pyobjc_instanceMethods.stems() -> list[GSValueStore]
```

