# `GlyphsReporter drawFontViewBackgroundForLayer:inFrame:options:`

*Instance Method*

## Declaration

```swift
nonisolated optional func drawFontViewBackground(for layer: GSLayer!, inFrame frame: NSRect, options: [AnyHashable : Any]! = [:])
```

```objc
- (void) drawFontViewBackgroundForLayer:(GSLayer *) layer inFrame:(NSRect) frame options:(NSDictionary *) options;
```

```python
drawFontViewBackgroundForLayer_inFrame_options_(layer: GSLayer, frame: NSRect, options: dict)
```

