# `GSDrawEnvironment.font`

*Instance Property*

A context font for looking up additional details.

## Declaration

```swift
var font: GSFont? { get set }
```

```objc
@property (nonatomic, strong) GSFont * font;
```

```python
font() -> GSFont
setFont_(font: GSFont)
```

## Discussion

`nil` when no single font context exists.

Setting the master also sets this property.

