Table of Contents

Class GposLookupType7

Namespace
iText.IO.Font.Otf
Assembly
itext.io.dll

Lookup Type 7: Contextual Positioning Subtables

public class GposLookupType7 : OpenTableLookup
Inheritance
GposLookupType7
Derived
Inherited Members

Constructors

GposLookupType7(OpenTypeFontTableReader, int, int[])

public GposLookupType7(OpenTypeFontTableReader openReader, int lookupFlag, int[] subTableLocations)

Parameters

openReader OpenTypeFontTableReader
lookupFlag int
subTableLocations int[]

Fields

subTables

protected IList<ContextualTable<ContextualPositionRule>> subTables

Field Value

IList<ContextualTable<ContextualPositionRule>>

Methods

ReadSubTable(int)

protected override void ReadSubTable(int subTableLocation)

Parameters

subTableLocation int

ReadSubTableFormat2(int)

protected virtual void ReadSubTableFormat2(int subTableLocation)

Parameters

subTableLocation int

TransformOne(GlyphLine)

public override bool TransformOne(GlyphLine line)

Parameters

line GlyphLine

Returns

bool