# `GSFont defaultInit`

*Instance Method*

Applies the default settings used when creating or reading a font.

## Declaration

```swift
func defaultInit()
```

```objc
- (void) defaultInit;
```

```python
defaultInit()
```

## Discussion

This method is reserved for framework use and does not create a complete font by itself.

