# `GlyphsReporter drawPreviewWithOptions:`

*Instance Method*

Draw in the preview view in view coordinates

## Declaration

```swift
optional func drawPreview(options: [AnyHashable : Any]! = [:])
```

```objc
- (void) drawPreviewWithOptions:(NSDictionary *) options;
```

```python
drawPreviewWithOptions_(options: dict)
```

## Parameters

- `options` — A dictionary with some info about the environment (currently “Scale”)

