Skip to main content

GlyphRunMetrics Struct

Definition

Namespace:Avalonia.Media
Assembly:Avalonia.Base
Package:Avalonia
public struct GlyphRunMetrics

Inheritance: ValueType -> GlyphRunMetrics

Implements: IEquatable<GlyphRunMetrics>

Methods

NameDescription
Equals (2 overloads)No summary available.
GetHashCodeNo summary available.
ToStringNo 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

NameDescription
BaselineNo summary available.
FirstClusterNo summary available.
HeightNo summary available.
LastClusterNo summary available.
NewLineLengthNo summary available.
TrailingWhitespaceLengthNo summary available.
WidthNo summary available.
WidthIncludingTrailingWhitespaceNo 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; }