GlyphRunMetrics Struct
Definition
public struct GlyphRunMetrics
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.GlyphRunMetrics other)
Parameters
other Avalonia.Media.GlyphRunMetrics
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 |
|---|---|
| Baseline | No summary available. |
| FirstCluster | No summary available. |
| Height | No summary available. |
| LastCluster | No summary available. |
| NewLineLength | No summary available. |
| TrailingWhitespaceLength | No summary available. |
| Width | No summary available. |
| WidthIncludingTrailingWhitespace | No summary available. |
Baseline Property
public double Baseline { get; set; }
FirstCluster Property
public int FirstCluster { get; set; }
Height Property
public double Height { get; set; }
LastCluster Property
public int LastCluster { get; set; }
NewLineLength Property
public int NewLineLength { get; set; }
TrailingWhitespaceLength Property
public int TrailingWhitespaceLength { get; set; }
Width Property
public double Width { get; set; }
WidthIncludingTrailingWhitespace Property
public double WidthIncludingTrailingWhitespace { get; set; }