Table of Contents

Class GPosTable.LookupTable

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

Constructors

LookupTable(ReadOnlySpan<byte>)

public LookupTable(ReadOnlySpan<byte> span)

Parameters

span ReadOnlySpan<byte>

Properties

ExtensionPositioningSubtables

public List<GPosTable.ExtensionPositioningSubtable>? ExtensionPositioningSubtables { get; }

Property Value

List<GPosTable.ExtensionPositioningSubtable>

this[ushort, ushort]

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

Parameters

leftGlyph ushort
rightGlyph ushort

Property Value

TrueTypeFont.ValueRecordTuple

LookupFlag

public ushort LookupFlag { get; }

Property Value

ushort

LookupType

public GPosTable.LookupTable.GPosLookupType LookupType { get; }

Property Value

GPosTable.LookupTable.GPosLookupType

PairAdjustmentSubtables

public List<GPosTable.PairAdjustmentSubtable>? PairAdjustmentSubtables { get; }

Property Value

List<GPosTable.PairAdjustmentSubtable>

SubTableOffsets

public List<ushort> SubTableOffsets { get; }

Property Value

List<ushort>