Summary
Creates a platform implementation of a glyph run.
- Namespace
- Avalonia
.Platform - Containing Type
- I
Platform Render Interface
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 |