# `GlyphsToolAuxiliaryDrawing drawForegroundInRect:`

*Instance Method*

Draws some general things to the foreground of the edit view.

## Declaration

```swift
func drawForeground(in fillRect: NSRect)
```

```objc
- (void) drawForegroundInRect:(NSRect) fillRect;
```

```python
drawForegroundInRect_(fillRect: NSRect)
```

## Parameters

- `fillRect` — The minimal rectangle that needs to be drawn. Implementers may use this to optimize their drawing.

## Discussion

This should be only additional items, as the actual glyphs are drawn by the layer plugin.

