IDrawingContextImplDrawGlyphRun Method

Draws a glyph run.

Definition

Namespace: Avalonia.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
void DrawGlyphRun(
	IBrush? foreground,
	IGlyphRunImpl glyphRun
)

Parameters

foreground  IBrush
The foreground.
glyphRun  IGlyphRunImpl
The glyph run.

See Also