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 classSubTableLookup5Format1.SubstRuleFormat1static classSubTableLookup5Format2.SubstRuleFormat2static classSubTableLookup5Format3.SubstRuleFormat3Fields in com.itextpdf.io.font.otf.lookuptype5 declared as ContextualSubstRule Modifier and Type Field Description (package private) ContextualSubstRuleSubTableLookup5Format3. substitutionRuleFields 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. subClassSetsprivate java.util.Map<java.lang.Integer,java.util.List<ContextualSubstRule>>SubTableLookup5Format1. substMapMethods 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 voidSubTableLookup5Format2. 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 classSubTableLookup6Format1.SubstRuleFormat1static classSubTableLookup6Format2.SubstRuleFormat2static classSubTableLookup6Format3.SubstRuleFormat3Fields in com.itextpdf.io.font.otf.lookuptype6 declared as ContextualSubstRule Modifier and Type Field Description (package private) ContextualSubstRuleSubTableLookup6Format3. substitutionRuleFields 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. subClassSetsprivate java.util.Map<java.lang.Integer,java.util.List<ContextualSubstRule>>SubTableLookup6Format1. substMapMethods 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 voidSubTableLookup6Format2. 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)
-