|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
The superclass changed from java.lang.Object
to com.itextpdf.io.font.otf.ContextualRule
.
Removed interface java.io.Serializable
.
Changed Methods | ||
int
getBacktrackContextLength()
|
Documentation changed from old to new. Method was locally defined, but is now inherited from ContextualRule. |
Gets the length of the backtrack context glyph sequence defined by this rule |
int
getContextLength()
|
Documentation changed from old to new. Method was locally defined, but is now inherited from ContextualRule. |
Gets the length of the context glyph sequence defined by this rule |
int
getLookaheadContextLength()
|
Documentation changed from old to new. Method was locally defined, but is now inherited from ContextualRule. |
Gets the length of the lookahead context glyph sequence defined by this rule |
SubstLookupRecord[]
getSubstLookupRecords()
|
Documentation changed from old to new. |
Retrieves the substitution lookup records. |
boolean
isGlyphMatchesBacktrack(
int,
int
|
Documentation changed from old to new. Method was locally defined, but is now inherited from ContextualRule. |
Checks if glyph line element matches element from backtrack sequence of the rule. |
boolean
isGlyphMatchesInput(
int,
int
|
Documentation changed from old to new. Method was locally defined, but is now inherited from ContextualRule. |
Checks if glyph line element matches element from input sequence of the rule. |
boolean
isGlyphMatchesLookahead(
int,
int
|
Documentation changed from old to new. Method was locally defined, but is now inherited from ContextualRule. |
Checks if glyph line element matches element from lookahead sequence of the rule. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |