Table of Contents

Class SubTableLookup5Format2

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

Contextual Substitution Subtable: Class-based context glyph substitution

public class SubTableLookup5Format2 : ContextualTable<ContextualSubstRule>
Inheritance
SubTableLookup5Format2
Inherited Members

Constructors

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

public SubTableLookup5Format2(OpenTypeFontTableReader openReader, int lookupFlag, ICollection<int> substCoverageGlyphIds, OtfClass classDefinition)

Parameters

openReader OpenTypeFontTableReader
lookupFlag int
substCoverageGlyphIds ICollection<int>
classDefinition OtfClass

Methods

GetSetOfRulesForStartGlyph(int)

protected override IList<ContextualSubstRule> GetSetOfRulesForStartGlyph(int startId)

Parameters

startId int

Returns

IList<ContextualSubstRule>

SetSubClassSets(IList<IList<ContextualSubstRule>>)

public virtual void SetSubClassSets(IList<IList<ContextualSubstRule>> subClassSets)

Parameters

subClassSets IList<IList<ContextualSubstRule>>