Uses of Class
com.itextpdf.io.font.otf.ContextualSubstRule
-
Packages that use ContextualSubstRule Package Description com.itextpdf.io.font.otf com.itextpdf.io.font.otf.lookuptype5 com.itextpdf.io.font.otf.lookuptype6 -
-
Uses of ContextualSubstRule in com.itextpdf.io.font.otf
Fields in com.itextpdf.io.font.otf with type parameters of type ContextualSubstRule Modifier and Type Field Description protected java.util.List<ContextualTable<ContextualSubstRule>>
GsubLookupType5. subTables
-
Uses of ContextualSubstRule in com.itextpdf.io.font.otf.lookuptype5
Subclasses of ContextualSubstRule in com.itextpdf.io.font.otf.lookuptype5 Modifier and Type Class Description static class
SubTableLookup5Format1.SubstRuleFormat1
static class
SubTableLookup5Format2.SubstRuleFormat2
static class
SubTableLookup5Format3.SubstRuleFormat3
Fields in com.itextpdf.io.font.otf.lookuptype5 declared as ContextualSubstRule Modifier and Type Field Description (package private) ContextualSubstRule
SubTableLookup5Format3. substitutionRule
Fields in com.itextpdf.io.font.otf.lookuptype5 with type parameters of type ContextualSubstRule Modifier and Type Field Description private java.util.List<java.util.List<ContextualSubstRule>>
SubTableLookup5Format2. subClassSets
private java.util.Map<java.lang.Integer,java.util.List<ContextualSubstRule>>
SubTableLookup5Format1. substMap
Methods in com.itextpdf.io.font.otf.lookuptype5 that return types with arguments of type ContextualSubstRule Modifier and Type Method Description protected java.util.List<ContextualSubstRule>
SubTableLookup5Format1. getSetOfRulesForStartGlyph(int startGlyphId)
protected java.util.List<ContextualSubstRule>
SubTableLookup5Format2. getSetOfRulesForStartGlyph(int startId)
protected java.util.List<ContextualSubstRule>
SubTableLookup5Format3. getSetOfRulesForStartGlyph(int startId)
Method parameters in com.itextpdf.io.font.otf.lookuptype5 with type arguments of type ContextualSubstRule Modifier and Type Method Description void
SubTableLookup5Format2. setSubClassSets(java.util.List<java.util.List<ContextualSubstRule>> subClassSets)
Constructor parameters in com.itextpdf.io.font.otf.lookuptype5 with type arguments of type ContextualSubstRule Constructor Description SubTableLookup5Format1(OpenTypeFontTableReader openReader, int lookupFlag, java.util.Map<java.lang.Integer,java.util.List<ContextualSubstRule>> substMap)
-
Uses of ContextualSubstRule in com.itextpdf.io.font.otf.lookuptype6
Subclasses of ContextualSubstRule in com.itextpdf.io.font.otf.lookuptype6 Modifier and Type Class Description static class
SubTableLookup6Format1.SubstRuleFormat1
static class
SubTableLookup6Format2.SubstRuleFormat2
static class
SubTableLookup6Format3.SubstRuleFormat3
Fields in com.itextpdf.io.font.otf.lookuptype6 declared as ContextualSubstRule Modifier and Type Field Description (package private) ContextualSubstRule
SubTableLookup6Format3. substitutionRule
Fields in com.itextpdf.io.font.otf.lookuptype6 with type parameters of type ContextualSubstRule Modifier and Type Field Description private java.util.List<java.util.List<ContextualSubstRule>>
SubTableLookup6Format2. subClassSets
private java.util.Map<java.lang.Integer,java.util.List<ContextualSubstRule>>
SubTableLookup6Format1. substMap
Methods in com.itextpdf.io.font.otf.lookuptype6 that return types with arguments of type ContextualSubstRule Modifier and Type Method Description protected java.util.List<ContextualSubstRule>
SubTableLookup6Format1. getSetOfRulesForStartGlyph(int startGlyphId)
protected java.util.List<ContextualSubstRule>
SubTableLookup6Format2. getSetOfRulesForStartGlyph(int startId)
protected java.util.List<ContextualSubstRule>
SubTableLookup6Format3. getSetOfRulesForStartGlyph(int startId)
Method parameters in com.itextpdf.io.font.otf.lookuptype6 with type arguments of type ContextualSubstRule Modifier and Type Method Description void
SubTableLookup6Format2. setSubClassSets(java.util.List<java.util.List<ContextualSubstRule>> subClassSets)
Constructor parameters in com.itextpdf.io.font.otf.lookuptype6 with type arguments of type ContextualSubstRule Constructor Description SubTableLookup6Format1(OpenTypeFontTableReader openReader, int lookupFlag, java.util.Map<java.lang.Integer,java.util.List<ContextualSubstRule>> substMap)
-