TextFormatting Namespace
Namespace Avalonia.Media.TextFormatting
Types
- DrawableTextRun - A text run that supports drawing content.
- GenericTextParagraphProperties - Generic implementation of Avalonia.Media.TextFormatting.TextParagraphProperties.
- GenericTextRunProperties - Generic implementation of TextRunProperties
- GlyphInfo - Represents a single glyph.
- ITextSource - Produces Avalonia.Media.TextFormatting.TextRun objects that are used by the Avalonia.Media.TextFormatting.TextFormatter.
- JustificationProperties
- LogicalDirection
- ShapedBuffer
- ShapedTextRun - A text run that holds shaped characters.
- SplitResult<T>
- TextBounds - The bounding rectangle of a range of characters
- TextCharacters - A text run that holds text characters.
- TextCollapsingProperties - Properties of text collapsing.
- TextEndOfLine - A text run that indicates the end of a line.
- TextEndOfParagraph - A text run that indicates the end of a paragraph.
- TextFormatter - Represents a base class for text formatting.
- TextLayout - Represents a multi line text layout.
- TextLeadingPrefixCharacterEllipsis - Ellipsis based on a fixed length leading prefix and suffix growing from the end at character granularity.
- TextLine - Represents a line of text that is used for text rendering.
- TextLineBreak
- TextLineMetrics - Represents a metric for a Avalonia.Media.TextFormatting.TextLine objects, that holds information about ascent, descent, line gap, size and origin of the text line.
- TextMetrics - A metric that holds information about text specific measurements.
- TextParagraphProperties - Provides a set of properties that are used during the paragraph layout.
- TextRange - References a portion of a text buffer.
- TextRun - Represents a portion of a Avalonia.Media.TextFormatting.TextLine object.
- TextRunBounds - The bounding rectangle of text run
- TextRunProperties - Provides a set of properties, such as typeface or foreground brush, that can be applied to a TextRun object. This is an abstract class.
- TextShaper - A class that is responsible for text shaping.
- TextShaperOptions - Options to customize text shaping.
- TextTrailingCharacterEllipsis - A collapsing properties to collapse whole line toward the end at character granularity.
- TextTrailingWordEllipsis - a collapsing properties to collapse whole line toward the end at word granularity.
- UnshapedTextRun - A group of characters that can be shaped.