Table of Contents

Struct HorizontalMetricsTable.HorizontalMetric

Namespace
Xui.Runtime.Software.Font
Assembly
Xui.Runtime.Software.dll
public record struct HorizontalMetricsTable.HorizontalMetric : IEquatable<HorizontalMetricsTable.HorizontalMetric>
Implements
Inherited Members

Constructors

HorizontalMetric(ushort, short)

public HorizontalMetric(ushort AdvanceWidth, short LeftSideBearing)

Parameters

AdvanceWidth ushort
LeftSideBearing short

Properties

AdvanceWidth

public ushort AdvanceWidth { readonly get; set; }

Property Value

ushort

LeftSideBearing

public short LeftSideBearing { readonly get; set; }

Property Value

short