GlyphInfo Structure

Represents a single glyph.

Definition

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

Properties

GlyphAdvance Get the glyph advance.
GlyphCluster Get the glyph cluster.
GlyphIndex Get the glyph index.
GlyphOffset Get the glyph offset.

Methods

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

See Also