Class SubTableLookup6Format3
- java.lang.Object
-
- com.itextpdf.io.font.otf.ContextualTable<T>
-
- com.itextpdf.io.font.otf.ChainingContextualTable<ContextualSubstRule>
-
- com.itextpdf.io.font.otf.lookuptype6.SubTableLookup6Format3
-
public class SubTableLookup6Format3 extends ChainingContextualTable<ContextualSubstRule>
Chaining Contextual Substitution Subtable: Coverage-based Chaining Context Glyph Substitution
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SubTableLookup6Format3.SubstRuleFormat3
-
Field Summary
Fields Modifier and Type Field Description (package private) ContextualSubstRule
substitutionRule
-
Fields inherited from class com.itextpdf.io.font.otf.ContextualTable
lookupFlag, openReader
-
-
Constructor Summary
Constructors Constructor Description SubTableLookup6Format3(OpenTypeFontTableReader openReader, int lookupFlag, SubTableLookup6Format3.SubstRuleFormat3 rule)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<ContextualSubstRule>
getSetOfRulesForStartGlyph(int startId)
Gets a set of rules, which start with given glyph id.-
Methods inherited from class com.itextpdf.io.font.otf.ChainingContextualTable
checkIfBacktrackContextMatch, checkIfLookaheadContextMatch, getMatchingContextRule
-
Methods inherited from class com.itextpdf.io.font.otf.ContextualTable
checkIfContextMatch
-
-
-
-
Field Detail
-
substitutionRule
ContextualSubstRule substitutionRule
-
-
Constructor Detail
-
SubTableLookup6Format3
public SubTableLookup6Format3(OpenTypeFontTableReader openReader, int lookupFlag, SubTableLookup6Format3.SubstRuleFormat3 rule)
-
-
Method Detail
-
getSetOfRulesForStartGlyph
protected java.util.List<ContextualSubstRule> getSetOfRulesForStartGlyph(int startId)
Description copied from class:ContextualTable
Gets a set of rules, which start with given glyph id.- Specified by:
getSetOfRulesForStartGlyph
in classContextualTable<ContextualSubstRule>
- Parameters:
startId
- id of the first glyph in the sequence- Returns:
- a list of
ContextualSubstRule
instances. The list will be empty if there are no rules that start with a given glyph id
-
-