GlyphMetrics Structure
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public readonly struct GlyphMetrics : IEquatable<GlyphMetrics>
Public Structure GlyphMetrics
Implements IEquatable(Of GlyphMetrics)
[<SealedAttribute>]
type GlyphMetrics =
struct
inherit ValueType
interface IEquatable<GlyphMetrics>
end
Inheritance | Object → ValueType → GlyphMetrics |
Implements | IEquatable(GlyphMetrics) |
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
GetType() | Gets the Type of the current instance. (Inherited from Object) |