Skip to main content

GlyphMetrics Structure

Definition

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

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

Properties

HeightDistance from the top extremum of the glyph to the bottom extremum.
WidthDistance from the left extremum of the glyph to the right extremum.
XBearingDistance from the x-origin to the left extremum of the glyph.
YBearingDistance from the top extremum of the glyph to the y-origin.

Methods

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

See Also

Reference

Avalonia.Media Namespace