Table of Contents

Class GPosTable.PairAdjustmentSubtable.Format2.PairValueRecord

Namespace
Xui.Runtime.Software.Font
Assembly
Xui.Runtime.Software.dll
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

Value1 TrueTypeFont.ValueRecord
Value2 TrueTypeFont.ValueRecord

Properties

Value1

public TrueTypeFont.ValueRecord Value1 { get; init; }

Property Value

TrueTypeFont.ValueRecord

Value2

public TrueTypeFont.ValueRecord Value2 { get; init; }

Property Value

TrueTypeFont.ValueRecord