Instance Method
drawForeground(in:)drawForegroundInRect:drawForegroundInRect_
Draws some general things to the foreground of the edit view.
Declaration
func drawForeground(in fillRect: NSRect)Declaration
- (void) drawForegroundInRect:(NSRect) fillRect;Declaration
drawForegroundInRect_(fillRect: NSRect)Parameters
fillRectThe 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.