TextShaperOptions Structure

Options to customize text shaping.

Definition

Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public readonly struct TextShaperOptions : IEquatable<TextShaperOptions>
Inheritance
Object    ValueType    TextShaperOptions
Implements
IEquatableTextShaperOptions

Properties

BidiLevel Get the bidi level of the text.
Culture Get the culture.
FontFeatures Get features.
FontRenderingEmSize Get the font rendering em size.
IncrementalTabWidth Get the incremental tab width.
LetterSpacing Get the letter spacing.
Typeface Get the typeface.

Methods

GetTypeGets the Type of the current instance.
(Inherited from Object)

See Also