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