# `GSFontMaster.guides`

*Instance Property*

The guides.

## Declaration

```swift
var guides: [GSGuide] { get set }
```

```objc
@property (nonatomic, strong) NSArray<GSGuide *> * guides;
```

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

```python
pyobjc_instanceMethods.guides() -> list[GSGuide]
pyobjc_instanceMethods.setGuides_(guides: list[GSGuide])
```

