Uses of Class
com.itextpdf.io.font.otf.ContextualPositionRule
-
Packages that use ContextualPositionRule Package Description com.itextpdf.io.font.otf com.itextpdf.io.font.otf.lookuptype7 com.itextpdf.io.font.otf.lookuptype8 -
-
Uses of ContextualPositionRule in com.itextpdf.io.font.otf
Fields in com.itextpdf.io.font.otf with type parameters of type ContextualPositionRule Modifier and Type Field Description protected java.util.List<ContextualTable<ContextualPositionRule>>GposLookupType7. subTables -
Uses of ContextualPositionRule in com.itextpdf.io.font.otf.lookuptype7
Subclasses of ContextualPositionRule in com.itextpdf.io.font.otf.lookuptype7 Modifier and Type Class Description static classPosTableLookup7Format2.PosRuleFormat2Fields in com.itextpdf.io.font.otf.lookuptype7 with type parameters of type ContextualPositionRule Modifier and Type Field Description private java.util.List<java.util.List<ContextualPositionRule>>PosTableLookup7Format2. subClassSetsMethods in com.itextpdf.io.font.otf.lookuptype7 that return types with arguments of type ContextualPositionRule Modifier and Type Method Description protected java.util.List<ContextualPositionRule>PosTableLookup7Format2. getSetOfRulesForStartGlyph(int startId)Method parameters in com.itextpdf.io.font.otf.lookuptype7 with type arguments of type ContextualPositionRule Modifier and Type Method Description voidPosTableLookup7Format2. setPosClassSets(java.util.List<java.util.List<ContextualPositionRule>> subClassSets) -
Uses of ContextualPositionRule in com.itextpdf.io.font.otf.lookuptype8
Subclasses of ContextualPositionRule in com.itextpdf.io.font.otf.lookuptype8 Modifier and Type Class Description static classPosTableLookup8Format1.PosRuleFormat1static classPosTableLookup8Format2.PosRuleFormat2static classPosTableLookup8Format3.PosRuleFormat3Fields in com.itextpdf.io.font.otf.lookuptype8 with type parameters of type ContextualPositionRule Modifier and Type Field Description private java.util.List<java.util.List<ContextualPositionRule>>PosTableLookup8Format2. posClassSetsprivate java.util.Map<java.lang.Integer,java.util.List<ContextualPositionRule>>PosTableLookup8Format1. posMapMethods in com.itextpdf.io.font.otf.lookuptype8 that return types with arguments of type ContextualPositionRule Modifier and Type Method Description protected java.util.List<ContextualPositionRule>PosTableLookup8Format1. getSetOfRulesForStartGlyph(int startGlyphId)protected java.util.List<ContextualPositionRule>PosTableLookup8Format2. getSetOfRulesForStartGlyph(int startId)protected java.util.List<ContextualPositionRule>PosTableLookup8Format3. getSetOfRulesForStartGlyph(int startId)Method parameters in com.itextpdf.io.font.otf.lookuptype8 with type arguments of type ContextualPositionRule Modifier and Type Method Description voidPosTableLookup8Format2. addPosClassSet(java.util.List<ContextualPositionRule> posClassSet)Constructor parameters in com.itextpdf.io.font.otf.lookuptype8 with type arguments of type ContextualPositionRule Constructor Description PosTableLookup8Format1(OpenTypeFontTableReader openReader, int lookupFlag, java.util.Map<java.lang.Integer,java.util.List<ContextualPositionRule>> posMap)
-