ShapedBuffer Class

Definition

Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public sealed class ShapedBuffer : IReadOnlyList<GlyphInfo>, 
	IEnumerable<GlyphInfo>, IEnumerable, IReadOnlyCollection<GlyphInfo>, 
	IDisposable
Inheritance
Object    ShapedBuffer
Implements
IEnumerableGlyphInfo, IReadOnlyCollectionGlyphInfo, IReadOnlyListGlyphInfo, IEnumerable, IDisposable

Properties

BidiLevel The buffer's bidi level.
FontRenderingEmSize The buffers font rendering em size.
GlyphTypeface The buffer's glyph typeface.
IsLeftToRight The buffer's reading direction.
ItemInt32 
Length The buffer's length.
Text The text that is represended by this buffer.

Methods

DisposeReleases all resources used by the ShapedBuffer
Equals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Object)
GetEnumerator 
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
Reverse Reverses the buffer.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also