Uses of Class
com.itextpdf.io.font.otf.ContextualPositionRule
Packages that use ContextualPositionRule
Package
Description
-
Uses of ContextualPositionRule in com.itextpdf.io.font.otf
Fields in com.itextpdf.io.font.otf with type parameters of type ContextualPositionRuleModifier and TypeFieldDescriptionprotected List<ContextualTable<ContextualPositionRule>> GposLookupType7.subTables -
Uses of ContextualPositionRule in com.itextpdf.io.font.otf.lookuptype7
Subclasses of ContextualPositionRule in com.itextpdf.io.font.otf.lookuptype7Subclasses with type arguments of type ContextualPositionRule in com.itextpdf.io.font.otf.lookuptype7Fields in com.itextpdf.io.font.otf.lookuptype7 with type parameters of type ContextualPositionRuleModifier and TypeFieldDescriptionprivate List<List<ContextualPositionRule>> PosTableLookup7Format2.subClassSetsMethods in com.itextpdf.io.font.otf.lookuptype7 that return types with arguments of type ContextualPositionRuleModifier and TypeMethodDescriptionprotected List<ContextualPositionRule> PosTableLookup7Format2.getSetOfRulesForStartGlyph(int startId) Method parameters in com.itextpdf.io.font.otf.lookuptype7 with type arguments of type ContextualPositionRuleModifier and TypeMethodDescriptionvoidPosTableLookup7Format2.setPosClassSets(List<List<ContextualPositionRule>> subClassSets) -
Uses of ContextualPositionRule in com.itextpdf.io.font.otf.lookuptype8
Subclasses of ContextualPositionRule in com.itextpdf.io.font.otf.lookuptype8Modifier and TypeClassDescriptionstatic classstatic classstatic classSubclasses with type arguments of type ContextualPositionRule in com.itextpdf.io.font.otf.lookuptype8Modifier and TypeClassDescriptionclassChaining Context Positioning Format 1: Simple Glyph ContextsclassChained Contexts Positioning Format 2: Class-based Glyph ContextsclassChained Contexts Positioning Format 3: Coverage-based Glyph ContextsFields in com.itextpdf.io.font.otf.lookuptype8 with type parameters of type ContextualPositionRuleModifier and TypeFieldDescriptionprivate List<List<ContextualPositionRule>> PosTableLookup8Format2.posClassSetsprivate Map<Integer, List<ContextualPositionRule>> PosTableLookup8Format1.posMapMethods in com.itextpdf.io.font.otf.lookuptype8 that return types with arguments of type ContextualPositionRuleModifier and TypeMethodDescriptionprotected List<ContextualPositionRule> PosTableLookup8Format1.getSetOfRulesForStartGlyph(int startGlyphId) protected List<ContextualPositionRule> PosTableLookup8Format2.getSetOfRulesForStartGlyph(int startId) protected List<ContextualPositionRule> PosTableLookup8Format3.getSetOfRulesForStartGlyph(int startId) Method parameters in com.itextpdf.io.font.otf.lookuptype8 with type arguments of type ContextualPositionRuleModifier and TypeMethodDescriptionvoidPosTableLookup8Format2.addPosClassSet(List<ContextualPositionRule> posClassSet) Constructor parameters in com.itextpdf.io.font.otf.lookuptype8 with type arguments of type ContextualPositionRuleModifierConstructorDescriptionPosTableLookup8Format1(OpenTypeFontTableReader openReader, int lookupFlag, Map<Integer, List<ContextualPositionRule>> posMap)