IDrawingContextImpl.

DrawGlyphRun(IBrush, GlyphRun) Method

Summary

Draws a glyph run.
Namespace
Avalonia.Platform
Containing Type
IDrawingContextImpl

Syntax

void DrawGlyphRun(IBrush foreground, GlyphRun glyphRun)

Parameters

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

Return Value

Type Description
void