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 class
PosTableLookup7Format2.PosRuleFormat2
Fields 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. subClassSets
Methods 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 void
PosTableLookup7Format2. 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 class
PosTableLookup8Format1.PosRuleFormat1
static class
PosTableLookup8Format2.PosRuleFormat2
static class
PosTableLookup8Format3.PosRuleFormat3
Fields 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. posClassSets
private java.util.Map<java.lang.Integer,java.util.List<ContextualPositionRule>>
PosTableLookup8Format1. posMap
Methods 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 void
PosTableLookup8Format2. 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)
-