Table of Contents

Class GPosTable.ExtensionPositioningSubtable

Namespace
Xui.Runtime.Software.Font
Assembly
Xui.Runtime.Software.dll
public sealed class GPosTable.ExtensionPositioningSubtable
Inheritance
GPosTable.ExtensionPositioningSubtable
Inherited Members

Constructors

ExtensionPositioningSubtable(ReadOnlySpan<byte>)

public ExtensionPositioningSubtable(ReadOnlySpan<byte> span)

Parameters

span ReadOnlySpan<byte>

Properties

ExtensionLookupType

public GPosTable.LookupTable.GPosLookupType ExtensionLookupType { get; }

Property Value

GPosTable.LookupTable.GPosLookupType

this[ushort, ushort]

public TrueTypeFont.ValueRecordTuple this[ushort leftGlyph, ushort rightGlyph] { get; }

Parameters

leftGlyph ushort
rightGlyph ushort

Property Value

TrueTypeFont.ValueRecordTuple

WrappedPairSubtable

public GPosTable.PairAdjustmentSubtable? WrappedPairSubtable { get; }

Property Value

GPosTable.PairAdjustmentSubtable