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
Name | Summary |
---|---|
TextShaper |
Properties
Name | Value | Summary |
---|---|---|
Current | TextShaper |
Gets the current text shaper.
static
|
Methods
Name | Value | Summary |
---|---|---|
ShapeText |
GlyphRun |
Shapes the specified region within the text and returns a resulting glyph run.
|