DrawingContextDrawGlyphRun Method

Draws a glyph run.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public abstract void DrawGlyphRun(
	IBrush? foreground,
	GlyphRun glyphRun
)

Parameters

foreground  IBrush
The foreground brush.
glyphRun  GlyphRun
The glyph run.

See Also