Declaration

func drawForeground(in fillRect: NSRect)

Declaration

- (void) drawForegroundInRect:(NSRect) fillRect;

Declaration

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.