# `GSFontMaster disableUpdateInterface`

*Instance Method*

Delays redrawing and updates.

## Declaration

```swift
func disableUpdateInterface()
```

```objc
- (void) disableUpdateInterface;
```

```python
disableUpdateInterface()
```

## Discussion

Will record the changes and update once in `enableUpdateInterface`. If you don’t need updates, use `stopUpdateInterface`

