Table of Contents

Interface ITextShaperImpl

Namespace
Avalonia.Platform
Assembly
Avalonia.Base.dll

An abstraction that is used produce shaped text.

[Unstable]
public interface ITextShaperImpl

Methods

ShapeText(ReadOnlyMemory<char>, TextShaperOptions)

Shapes the specified region within the text and returns a shaped buffer.

ShapedBuffer ShapeText(ReadOnlyMemory<char> text, TextShaperOptions options)

Parameters

text ReadOnlyMemory<char>

The text buffer.

options TextShaperOptions

Text shaper options to customize the shaping process.

Returns

ShapedBuffer

A shaped glyph run.