# `GSInstance interpolatedFont:`

*Instance Method*

The interpolated font proxy.

## Declaration

```swift
func interpolatedFont() throws -> GSInterpolationFontProxy
```

```objc
- (GSInterpolationFontProxy *) interpolatedFont:(NSError **) error;
```

```python
interpolatedFont_() -> tuple[GSInterpolationFontProxy, NSError]
```

