TextShaper Class

Summary

A class that is responsible for text shaping.
Namespace
Avalonia.Media.TextFormatting
Base Types
  • object
graph BT Type-->Base0["object"] Type["TextShaper"] class Type type-node

Syntax

public class TextShaper

Constructors

Properties

Name Value Summary
Current TextShaper
Gets the current text shaper.
static

Methods

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