Struct HorizontalMetricsTable.HorizontalMetric
public record struct HorizontalMetricsTable.HorizontalMetric : IEquatable<HorizontalMetricsTable.HorizontalMetric>
- Implements
- Inherited Members
Constructors
HorizontalMetric(ushort, short)
public HorizontalMetric(ushort AdvanceWidth, short LeftSideBearing)
Parameters
Properties
AdvanceWidth
public ushort AdvanceWidth { readonly get; set; }
Property Value
LeftSideBearing
public short LeftSideBearing { readonly get; set; }