# `GSFeatureGenerator reset`

*Instance Method*

resets the generator to a clean state. Call that between generation for different fonts

## Declaration

```swift
func reset()
```

```objc
- (void) reset;
```

```python
reset()
```

