# `GSFont enableUpdateInterface`

*Instance Method*

Processes deferred interface updates and resumes normal update behavior.

## Declaration

```swift
func enableUpdateInterface()
```

```objc
- (void) enableUpdateInterface;
```

```python
enableUpdateInterface()
```

## Discussion

This reports change keys collected by [`GSFont disableUpdateInterface`](/Core/GlyphsCore/GSFont/disableUpdateInterface).

## See Also

### Interface Updates

- [`GSFont disableUpdateInterface`](/Core/GlyphsCore/GSFont/disableUpdateInterface) — Defers interface updates and change notifications.
- [`GSFont stopUpdateInterface`](/Core/GlyphsCore/GSFont/stopUpdateInterface) — Suppresses interface updates and change notifications.
- [`GSFont enableFutureUpdates`](/Core/GlyphsCore/GSFont/enableFutureUpdates) — Resumes normal update behavior without reporting changes made while updates were disabled.
- [`GSFont isUpdateInterfaceEnabled`](/Core/GlyphsCore/GSFont/isUpdateInterfaceEnabled) — Returns whether interface updates and change notifications are enabled.

