# `GSFont postProcess`

*Instance Method*

Completes editor-facing state after reading serialized data.

## Declaration

```swift
func postProcess()
```

```objc
- (void) postProcess;
```

```python
postProcess()
```

## Discussion

This resolves references and derived state that depend on the fully loaded font.

## See Also

### Importing Font Data

- [`GSFont readSettingDict:`](/Core/GlyphsCore/GSFont/readSettingDict:) — Reads editor and file settings from a Glyphs property-list representation.
- [`GSFont setReadBuffer:forKey:`](/Core/GlyphsCore/GSFont/setReadBuffer:forKey:) — Stores temporary serialized data for post-read processing.
- [`GSFont postRead:`](/Core/GlyphsCore/GSFont/postRead:) — Completes the font after reading serialized data.
- [`GSFont importAFM:fontMaster:verticalMetrics:metrics:kerning:error:`](/Core/GlyphsCore/GSFont/importAFM:fontMaster:verticalMetrics:metrics:kerning:error:) — Imports metrics and kerning from Adobe Font Metrics data.

