Skip to main content

GlyphInfo Structure

Represents a single glyph.

Definition

Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public readonly struct GlyphInfo : IEquatable<GlyphInfo>
View Source
InheritanceObjectValueType → GlyphInfo
ImplementsIEquatable(GlyphInfo)

Constructors

GlyphInfo(UInt16, Int32, Double, Vector)Represents a single glyph.

Properties

GlyphAdvanceGet the glyph advance.
GlyphClusterGet the glyph cluster.
GlyphIndexGet the glyph index.
GlyphOffsetGet the glyph offset.

Methods

GetType()Gets the Type of the current instance.
(Inherited from Object)

See Also

Reference

Avalonia.Media.TextFormatting Namespace