# `GSGlyphInfo.anchors`

*Instance Property*

The anchors of the glyph.

## Declaration

```swift
var anchors: [Any]? { get set }
```

```objc
@property (nonatomic, strong) NSArray * anchors;
```

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

```python
pyobjc_instanceMethods.anchors() -> list
pyobjc_instanceMethods.setAnchors_(anchors: list)
```

## Discussion

E.G: “top”, “ogonek”

