public abstract class SubTableLookup6 extends ContextualSubTable
lookupFlag, openReader| Modifier | Constructor and Description |
|---|---|
protected |
SubTableLookup6(OpenTypeFontTableReader openReader,
int lookupFlag) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
checkIfBacktrackContextMatch(GlyphLine line,
ContextualSubstRule rule)
Checks if given glyph line at the given position matches given rule.
|
protected boolean |
checkIfLookaheadContextMatch(GlyphLine line,
ContextualSubstRule rule,
int startIdx)
Checks if given glyph line at the given position matches given rule.
|
ContextualSubstRule |
getMatchingContextRule(GlyphLine line)
Gets a most preferable context rule that matches the line at current position.
|
checkIfContextMatchgetSetOfRulesForStartGlyphprotected SubTableLookup6(OpenTypeFontTableReader openReader, int lookupFlag)
public ContextualSubstRule getMatchingContextRule(GlyphLine line)
ContextualTablenull.
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 ContextualSubTableline - a line, which is to be checked if it matches some context.protected boolean checkIfLookaheadContextMatch(GlyphLine line, ContextualSubstRule rule, int startIdx)
line - glyph line to be checkedrule - rule to be compared with a given linestartIdx - glyph line positionprotected boolean checkIfBacktrackContextMatch(GlyphLine line, ContextualSubstRule rule)
line - glyph line to be checkedrule - rule to be compared with a given lineCopyright © 1998–2021 iText Group NV. All rights reserved.