# `GSFeaBlock.parent`

*Instance Property*

A reference to the font containing the block.

## Declaration

```swift
weak var parent: GSFont? { get set }
```

```objc
@property (nonatomic, weak) GSFont * parent;
```

```python
parent() -> GSFont
setParent_(parent: GSFont)
```

