Table of Contents

Class PosTableLookup8Format2

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

Chained Contexts Positioning Format 2: Class-based Glyph Contexts

public class PosTableLookup8Format2 : ChainingContextualTable<ContextualPositionRule>
Inheritance
PosTableLookup8Format2
Inherited Members

Constructors

PosTableLookup8Format2(OpenTypeFontTableReader, int, ICollection<int>, OtfClass, OtfClass, OtfClass)

public PosTableLookup8Format2(OpenTypeFontTableReader openReader, int lookupFlag, ICollection<int> posCoverageGlyphIds, OtfClass backtrackClassDefinition, OtfClass inputClassDefinition, OtfClass lookaheadClassDefinition)

Parameters

openReader OpenTypeFontTableReader
lookupFlag int
posCoverageGlyphIds ICollection<int>
backtrackClassDefinition OtfClass
inputClassDefinition OtfClass
lookaheadClassDefinition OtfClass

Methods

AddPosClassSet(IList<ContextualPositionRule>)

public virtual void AddPosClassSet(IList<ContextualPositionRule> posClassSet)

Parameters

posClassSet IList<ContextualPositionRule>

GetSetOfRulesForStartGlyph(int)

protected override IList<ContextualPositionRule> GetSetOfRulesForStartGlyph(int startId)

Parameters

startId int

Returns

IList<ContextualPositionRule>