Class ContextualPositionRule
java.lang.Object
com.itextpdf.io.font.otf.ContextualRule
com.itextpdf.io.font.otf.ContextualPositionRule
- Direct Known Subclasses:
PosTableLookup7Format2.PosRuleFormat2, PosTableLookup8Format1.PosRuleFormat1, PosTableLookup8Format2.PosRuleFormat2, PosTableLookup8Format3.PosRuleFormat3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract PosLookupRecord[]Retrieves the position lookup records.Methods inherited from class ContextualRule
getBacktrackContextLength, getContextLength, getLookaheadContextLength, isGlyphMatchesBacktrack, isGlyphMatchesInput, isGlyphMatchesLookahead
-
Constructor Details
-
ContextualPositionRule
public ContextualPositionRule()
-
-
Method Details
-
getPosLookupRecords
Retrieves the position lookup records. Each record specifies a position in the context glyph sequence and a LookupListIndex to the position lookup that is applied at that position.- Returns:
- an array of
PosLookupRecord.
-