Package com.itextpdf.io.font.otf
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
public abstract class ContextualPositionRule extends ContextualRule
-
-
Constructor Summary
Constructors Constructor Description ContextualPositionRule()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract PosLookupRecord[]
getPosLookupRecords()
Retrieves the position lookup records.-
Methods inherited from class com.itextpdf.io.font.otf.ContextualRule
getBacktrackContextLength, getContextLength, getLookaheadContextLength, isGlyphMatchesBacktrack, isGlyphMatchesInput, isGlyphMatchesLookahead
-
-
-
-
Method Detail
-
getPosLookupRecords
public abstract PosLookupRecord[] 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
.
-
-