Class PosTableLookup7Format2.PosRuleFormat2
java.lang.Object
com.itextpdf.io.font.otf.ContextualRule
com.itextpdf.io.font.otf.ContextualPositionRule
com.itextpdf.io.font.otf.lookuptype7.PosTableLookup7Format2.PosRuleFormat2
- Enclosing class:
PosTableLookup7Format2
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPosRuleFormat2(PosTableLookup7Format2 subTable, int[] inputClassIds, PosLookupRecord[] posLookupRecords) -
Method Summary
Modifier and TypeMethodDescriptionintGets the length of the context glyph sequence defined by this ruleRetrieves the position lookup records.booleanisGlyphMatchesInput(int glyphId, int atIdx) Checks if glyph line element matches element from input sequence of the rule.Methods inherited from class ContextualRule
getBacktrackContextLength, getLookaheadContextLength, isGlyphMatchesBacktrack, isGlyphMatchesLookahead
-
Field Details
-
inputClassIds
private int[] inputClassIds -
posLookupRecords
-
classDefinition
-
-
Constructor Details
-
PosRuleFormat2
public PosRuleFormat2(PosTableLookup7Format2 subTable, int[] inputClassIds, PosLookupRecord[] posLookupRecords)
-
-
Method Details
-
getContextLength
public int getContextLength()Description copied from class:ContextualRuleGets the length of the context glyph sequence defined by this rule- Specified by:
getContextLengthin classContextualRule- Returns:
- length of the context
-
getPosLookupRecords
Description copied from class:ContextualPositionRuleRetrieves 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.- Specified by:
getPosLookupRecordsin classContextualPositionRule- Returns:
- an array of
PosLookupRecord.
-
isGlyphMatchesInput
public boolean isGlyphMatchesInput(int glyphId, int atIdx) Description copied from class:ContextualRuleChecks if glyph line element matches element from input sequence of the rule.
NOTE: rules do not contain the first element of the input sequence, the first element is defined by rule position in substitution table. Therefore atIdx shall not be 0.- Specified by:
isGlyphMatchesInputin classContextualRule- Parameters:
glyphId- glyph code idatIdx- index in the rule sequence. Shall be: 0 < atIdx <ContextualRule.getContextLength()- Returns:
trueif glyph matches element
-