# `GSFontMaster stopUpdateInterface`

*Instance Method*

Disable redrawing and updates completely.

## Declaration

```swift
func stopUpdateInterface()
```

```objc
- (void) stopUpdateInterface;
```

```python
stopUpdateInterface()
```

## Discussion

Changes will not trigger an update. Only use this carefully and call enableUpdateInterface if you need future updates.

