Table of Contents

Class GlyphRendererExtensions

Namespace
SixLabors.Fonts.Rendering
Assembly
SixLabors.Fonts.dll

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

renderer IGlyphRenderer

The target renderer surface.

text ReadOnlySpan<char>

The text.

options TextOptions

The options.

Returns

IGlyphRenderer

Returns the original renderer