Interface ITextShaperImpl
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
TextShaperOptionsText shaper options to customize the shaping process.
Returns
- ShapedBuffer
A shaped glyph run.