DrawingContext.

DrawGlyphRun(IBrush, GlyphRun) Method

Summary

Draws a glyph run.
Namespace
Avalonia.Media
Containing Type
DrawingContext

Syntax

public void DrawGlyphRun(IBrush foreground, GlyphRun glyphRun)

Parameters

Name Type Description
foreground IBrush The foreground brush.
glyphRun GlyphRun The glyph run.

Return Value

Type Description
void