Table of Contents

Class GPosTable.PairAdjustmentSubtable.Format1.PairValueRecord

Namespace
Xui.Runtime.Software.Font
Assembly
Xui.Runtime.Software.dll
public sealed record GPosTable.PairAdjustmentSubtable.Format1.PairValueRecord : IEquatable<GPosTable.PairAdjustmentSubtable.Format1.PairValueRecord>
Inheritance
GPosTable.PairAdjustmentSubtable.Format1.PairValueRecord
Implements
Inherited Members

Constructors

PairValueRecord(ushort, ValueRecord, ValueRecord)

public PairValueRecord(ushort SecondGlyphID, TrueTypeFont.ValueRecord Value1, TrueTypeFont.ValueRecord Value2)

Parameters

SecondGlyphID ushort
Value1 TrueTypeFont.ValueRecord
Value2 TrueTypeFont.ValueRecord

Properties

SecondGlyphID

public ushort SecondGlyphID { get; init; }

Property Value

ushort

Value1

public TrueTypeFont.ValueRecord Value1 { get; init; }

Property Value

TrueTypeFont.ValueRecord

Value2

public TrueTypeFont.ValueRecord Value2 { get; init; }

Property Value

TrueTypeFont.ValueRecord