Class IGlyphRendererExtensions
A surface that can have a glyph renered to it as a series of actions.
Inherited Members
Namespace: SixLabors.Fonts
Assembly: SixLabors.Fonts.dll
Syntax
public static class IGlyphRendererExtensions
Methods
| Improve this Doc View SourceRender(IGlyphRenderer, ReadOnlySpan<Char>, RendererOptions)
Renders the text.
Declaration
public static IGlyphRenderer Render(this IGlyphRenderer renderer, ReadOnlySpan<char> text, RendererOptions options)
Parameters
Type | Name | Description |
---|---|---|
IGlyphRenderer | renderer | The target renderer surface. |
ReadOnlySpan<Char> | text | The text. |
RendererOptions | options | The options. |
Returns
Type | Description |
---|---|
IGlyphRenderer | Returns the orginonal |