ImmediateDrawingContextDrawGlyphRun Method
Draws a glyph run.
Namespace: Avalonia.MediaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public void DrawGlyphRun(
IImmutableBrush foreground,
IImmutableGlyphRunReference glyphRun
)
Public Sub DrawGlyphRun (
foreground As IImmutableBrush,
glyphRun As IImmutableGlyphRunReference
)
member DrawGlyphRun :
foreground : IImmutableBrush *
glyphRun : IImmutableGlyphRunReference -> unit
Parameters
- foreground IImmutableBrush
- The foreground brush.
- glyphRun IImmutableGlyphRunReference
- The glyph run.