GlyphMetrics Structure

Definition

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

Properties

Height Distance from the top extremum of the glyph to the bottom extremum.
Width Distance from the left extremum of the glyph to the right extremum.
XBearing Distance from the x-origin to the left extremum of the glyph.
YBearing Distance from the top extremum of the glyph to the y-origin.

Methods

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

See Also