IPlatformRenderInterface.

CreateGlyphRun(GlyphRun, double) Method

Summary

Creates a platform implementation of a glyph run.
Namespace
Avalonia.Platform
Containing Type
IPlatformRenderInterface

Syntax

IGlyphRunImpl CreateGlyphRun(GlyphRun glyphRun, out double width)

Parameters

Name Type Description
glyphRun GlyphRun The glyph run.
width double The glyph run's width.

Return Value

Type Description
IGlyphRunImpl