ImmediateDrawingContextDrawGlyphRun Method

Draws a glyph run.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public void DrawGlyphRun(
	IImmutableBrush foreground,
	IImmutableGlyphRunReference glyphRun
)

Parameters

foreground  IImmutableBrush
The foreground brush.
glyphRun  IImmutableGlyphRunReference
The glyph run.

See Also