Summary
Represents a base class for text formatting.
- Namespace
- Avalonia
.Media .TextFormatting - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["TextFormatter"]
class Type type-node
Syntax
public abstract class TextFormatter
Properties
Name | Value | Summary |
---|---|---|
Current | TextFormatter |
Gets the current
TextFormatter that is used for non complex text formatting.
static
|
Methods
Name | Value | Summary |
---|---|---|
FormatLine |
TextLine |
Formats a text line.
|