Table of Contents

Class SubTableLookup5Format1

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

Contextual Substitution Subtable: Simple context glyph substitution

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

Constructors

SubTableLookup5Format1(OpenTypeFontTableReader, int, IDictionary<int, IList<ContextualSubstRule>>)

public SubTableLookup5Format1(OpenTypeFontTableReader openReader, int lookupFlag, IDictionary<int, IList<ContextualSubstRule>> substMap)

Parameters

openReader OpenTypeFontTableReader
lookupFlag int
substMap IDictionary<int, IList<ContextualSubstRule>>

Methods

GetSetOfRulesForStartGlyph(int)

protected override IList<ContextualSubstRule> GetSetOfRulesForStartGlyph(int startGlyphId)

Parameters

startGlyphId int

Returns

IList<ContextualSubstRule>