GlyphMetrics Struct
Definition
public struct GlyphMetrics
Methods
| Name | Description |
|---|---|
| Equals (2 overloads) | No summary available. |
| GetHashCode | No summary available. |
| ToString | No summary available. |
Equals overloads
Equals Method
public bool Equals(Avalonia.Media.GlyphMetrics other)
Parameters
other Avalonia.Media.GlyphMetrics
Returns
bool
Equals Method
public bool Equals(object obj)
Parameters
obj object
Returns
bool
GetHashCode Method
public int GetHashCode()
Returns
int
ToString Method
public string ToString()
Returns
string
Properties
| Name | Description |
|---|---|
| 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. |
Height Property
Distance from the top extremum of the glyph to the bottom extremum.
public ushort Height { get; set; }
Width Property
Distance from the left extremum of the glyph to the right extremum.
public ushort Width { get; set; }
XBearing Property
Distance from the x-origin to the left extremum of the glyph.
public int XBearing { get; set; }
YBearing Property
Distance from the top extremum of the glyph to the y-origin.
public int YBearing { get; set; }