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 IGlyphRendererExtensionsMethods
| Improve this Doc 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  |