ITextShaperImpl Interface

Summary

An abstraction that is used produce shaped text.
Namespace
Avalonia.Platform
graph BT Type["ITextShaperImpl"] class Type type-node

Syntax

public interface ITextShaperImpl

Methods

Name Value Summary
ShapeText(ReadOnlySlice<char>, Typeface, double, CultureInfo) GlyphRun
Shapes the specified region within the text and returns a resulting glyph run.