# `GSFont.tempTTFont`

*Instance Property*

The path to the temp font

## Declaration

```swift
var tempTTFont: TTFont? { get set }
```

```objc
@property (nonatomic, strong) TTFont * tempTTFont;
```

```python
tempTTFont() -> TTFont
setTempTTFont_(tempTTFont: TTFont)
```

## Discussion

This font contains no outlines and no kerning but the full GSUB table. It is used for the feature preview in edit view.

