Class GPosTable.PairAdjustmentSubtable.Format2
Represents a GPOS LookupType 2 subtable: Pair Adjustment Format 2 (class-based kerning).
public sealed class GPosTable.PairAdjustmentSubtable.Format2 : GPosTable.PairAdjustmentSubtable
- Inheritance
-
GPosTable.PairAdjustmentSubtable.Format2
- Inherited Members
Constructors
Format2(ReadOnlySpan<byte>)
public Format2(ReadOnlySpan<byte> span)
Parameters
spanReadOnlySpan<byte>
Properties
Class1Count
public ushort Class1Count { get; }
Property Value
Class2Count
public ushort Class2Count { get; }
Property Value
ClassDef1
public GPosTable.ClassDefTable ClassDef1 { get; }
Property Value
ClassDef2
public GPosTable.ClassDefTable ClassDef2 { get; }
Property Value
Coverage
public GPosTable.CoverageTable Coverage { get; }
Property Value
this[ushort, ushort]
public override TrueTypeFont.ValueRecordTuple this[ushort leftGlyph, ushort rightGlyph] { get; }
Parameters
Property Value
Matrix
public GPosTable.PairAdjustmentSubtable.Format2.PairValueRecord[,] Matrix { get; }
Property Value
ValueFormat1
public ushort ValueFormat1 { get; }
Property Value
ValueFormat2
public ushort ValueFormat2 { get; }