public abstract class ChainingContextualTableContextualRule> extends ContextualTable
lookupFlag, openReader
Modifier | Constructor and Description |
---|---|
protected |
ChainingContextualTable(OpenTypeFontTableReader openReader, int lookupFlag) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
checkIfBacktrackContextMatch(GlyphLine line, T rule)
Checks if given glyph line at the given position matches given rule.
|
protected boolean |
checkIfLookaheadContextMatch(GlyphLine line, T rule, int startIdx)
Checks if given glyph line at the given position matches given rule.
|
T |
getMatchingContextRule(GlyphLine line)
Gets a most preferable context rule that matches the line at current position.
|
checkIfContextMatch, getSetOfRulesForStartGlyph
protected ChainingContextualTable(OpenTypeFontTableReader openReader, int lookupFlag)
public T getMatchingContextRule(GlyphLine line)
ContextualTable
null
.
GlyphLine.start
and GlyphLine.end
will be changed in such way that they will point at start and end of the matching context glyph sequence inside the glyph line.
getMatchingContextRule
in class ContextualTable<T extends ContextualRule>
line
- a line, which is to be checked if it matches some context.
protected boolean checkIfLookaheadContextMatch(GlyphLine line, T rule, int startIdx)
line
- glyph line to be checked
rule
- rule to be compared with a given line
startIdx
- glyph line position
protected boolean checkIfBacktrackContextMatch(GlyphLine line, T rule)
line
- glyph line to be checked
rule
- rule to be compared with a given line
Copyright © 1998–2022 iText Group NV. All rights reserved.