| Package | Description |
|---|---|
| com.itextpdf.io.font.otf | |
| com.itextpdf.io.font.otf.lookuptype6 |
| Modifier and Type | Field and Description |
|---|---|
GlyphLine |
OpenTableLookup.GlyphIndexer.line |
| Modifier and Type | Method and Description |
|---|---|
GlyphLine |
GlyphLine.copy(int left,
int right)
Copy a slice of this Glyphline.
|
GlyphLine |
GlyphLine.filter(GlyphLine.IGlyphLineFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
void |
GlyphLine.add(GlyphLine other)
Add a line to the current one.
|
protected int |
ContextualSubTable.checkIfContextMatch(GlyphLine line,
ContextualSubstRule rule)
Checks if given glyph line at the given position matches given rule.
|
ContextualSubstRule |
ContextualSubTable.getMatchingContextRule(GlyphLine line)
Gets a most preferable context rule that matches the line at current position.
|
void |
GlyphLine.replaceContent(GlyphLine other)
Replaces the current content with the other line's content.
|
boolean |
OpenTableLookup.transformLine(GlyphLine line) |
boolean |
GposLookupType2.transformOne(GlyphLine line) |
boolean |
GposLookupType4.transformOne(GlyphLine line) |
boolean |
GposLookupType5.transformOne(GlyphLine line) |
boolean |
GposLookupType6.transformOne(GlyphLine line) |
boolean |
GsubLookupType1.transformOne(GlyphLine line) |
boolean |
GsubLookupType2.transformOne(GlyphLine line) |
boolean |
GsubLookupType3.transformOne(GlyphLine line) |
boolean |
GsubLookupType4.transformOne(GlyphLine line) |
boolean |
GsubLookupType5.transformOne(GlyphLine line) |
abstract boolean |
OpenTableLookup.transformOne(GlyphLine line) |
| Constructor and Description |
|---|
ActualTextIterator(GlyphLine glyphLine) |
ActualTextIterator(GlyphLine glyphLine,
int start,
int end) |
GlyphLine(GlyphLine other)
Copy a line of Glyphs.
|
GlyphLine(GlyphLine other,
int start,
int end)
Copy a slice of a line of Glyphs
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
SubTableLookup6.checkIfBacktrackContextMatch(GlyphLine line,
ContextualSubstRule rule)
Checks if given glyph line at the given position matches given rule.
|
protected boolean |
SubTableLookup6.checkIfLookaheadContextMatch(GlyphLine line,
ContextualSubstRule rule,
int startIdx)
Checks if given glyph line at the given position matches given rule.
|
ContextualSubstRule |
SubTableLookup6.getMatchingContextRule(GlyphLine line) |
Copyright © 1998–2019 iText Group NV. All rights reserved.