Class GPosTable.PairAdjustmentSubtable.Format2.PairValueRecord
public sealed record GPosTable.PairAdjustmentSubtable.Format2.PairValueRecord : IEquatable<GPosTable.PairAdjustmentSubtable.Format2.PairValueRecord>
- Inheritance
-
GPosTable.PairAdjustmentSubtable.Format2.PairValueRecord
- Implements
- Inherited Members
Constructors
PairValueRecord(ValueRecord, ValueRecord)
public PairValueRecord(TrueTypeFont.ValueRecord Value1, TrueTypeFont.ValueRecord Value2)
Parameters
Value1TrueTypeFont.ValueRecordValue2TrueTypeFont.ValueRecord
Properties
Value1
public TrueTypeFont.ValueRecord Value1 { get; init; }
Property Value
Value2
public TrueTypeFont.ValueRecord Value2 { get; init; }