Class GlyphRendererExtensions
A surface that can have a glyph rendered to it as a series of actions.
public static class GlyphRendererExtensions
- Inheritance
-
GlyphRendererExtensions
- Inherited Members
Methods
Render(IGlyphRenderer, ReadOnlySpan<char>, TextOptions)
Renders the text.
public static IGlyphRenderer Render(this IGlyphRenderer renderer, ReadOnlySpan<char> text, TextOptions options)
Parameters
rendererIGlyphRendererThe target renderer surface.
textReadOnlySpan<char>The text.
optionsTextOptionsThe options.
Returns
- IGlyphRenderer
Returns the original
renderer