# `GSFont initFast`

*Initializer*

Creates a partially initialized font for reading serialized data.

## Declaration

```swift
init(fast: ())
```

```objc
- (instancetype) initFast;
```

```python
initFast() -> GSFont
```

## Discussion

This method is reserved for framework use and the font must be populated before use.

