abstract GlyphTable.RuleLookup[] |
GlyphSubstitutionTable.ChainedContextualSubtable.getLookups(int ci,
int gi,
GlyphSubstitutionState ss,
int[] rv) |
Obtain rule lookups set associated current input glyph context.
|
GlyphTable.RuleLookup[] |
GlyphSubstitutionTable.ChainedContextualSubtableFormat1.getLookups(int ci,
int gi,
GlyphSubstitutionState ss,
int[] rv) |
Obtain rule lookups set associated current input glyph context.
|
GlyphTable.RuleLookup[] |
GlyphSubstitutionTable.ChainedContextualSubtableFormat2.getLookups(int ci,
int gi,
GlyphSubstitutionState ss,
int[] rv) |
Obtain rule lookups set associated current input glyph context.
|
GlyphTable.RuleLookup[] |
GlyphSubstitutionTable.ChainedContextualSubtableFormat3.getLookups(int ci,
int gi,
GlyphSubstitutionState ss,
int[] rv) |
Obtain rule lookups set associated current input glyph context.
|
abstract GlyphTable.RuleLookup[] |
GlyphSubstitutionTable.ContextualSubtable.getLookups(int ci,
int gi,
GlyphSubstitutionState ss,
int[] rv) |
Obtain rule lookups set associated current input glyph context.
|
GlyphTable.RuleLookup[] |
GlyphSubstitutionTable.ContextualSubtableFormat1.getLookups(int ci,
int gi,
GlyphSubstitutionState ss,
int[] rv) |
Obtain rule lookups set associated current input glyph context.
|
GlyphTable.RuleLookup[] |
GlyphSubstitutionTable.ContextualSubtableFormat2.getLookups(int ci,
int gi,
GlyphSubstitutionState ss,
int[] rv) |
Obtain rule lookups set associated current input glyph context.
|
GlyphTable.RuleLookup[] |
GlyphSubstitutionTable.ContextualSubtableFormat3.getLookups(int ci,
int gi,
GlyphSubstitutionState ss,
int[] rv) |
Obtain rule lookups set associated current input glyph context.
|
private boolean |
GlyphSubstitutionTable.ChainedContextualSubtableFormat1.matches(GlyphSubstitutionState ss,
int[] glyphs,
int offset,
int[] rv) |
|
private boolean |
GlyphSubstitutionTable.ChainedContextualSubtableFormat2.matches(GlyphSubstitutionState ss,
GlyphClassTable cdt,
int[] classes,
int offset,
int[] rv) |
|
private boolean |
GlyphSubstitutionTable.ChainedContextualSubtableFormat3.matches(GlyphSubstitutionState ss,
GlyphCoverageTable[] gca,
int offset,
int[] rv) |
|
(package private) static boolean |
GlyphSubstitutionTable.ContextualSubtableFormat1.matches(GlyphSubstitutionState ss,
int[] glyphs,
int offset,
int[] rv) |
|
(package private) static boolean |
GlyphSubstitutionTable.ContextualSubtableFormat2.matches(GlyphSubstitutionState ss,
GlyphClassTable cdt,
int[] classes,
int offset,
int[] rv) |
|
(package private) static boolean |
GlyphSubstitutionTable.ContextualSubtableFormat3.matches(GlyphSubstitutionState ss,
GlyphCoverageTable[] gca,
int offset,
int[] rv) |
|
boolean |
GlyphSubstitution.substitute(GlyphSubstitutionState ss) |
Perform glyph substitution at the current index, mutating the substitution state object as required.
|
boolean |
GlyphSubstitutionSubtable.substitute(GlyphSubstitutionState ss) |
Perform glyph substitution at the current index, mutating the substitution state object as required.
|
static GlyphSequence |
GlyphSubstitutionSubtable.substitute(GlyphSubstitutionState ss,
GlyphSubstitutionSubtable[] sta,
int sequenceIndex) |
Apply substitutions using specified state and subtable array.
|
boolean |
GlyphSubstitutionTable.AlternateSubtable.substitute(GlyphSubstitutionState ss) |
Perform glyph substitution at the current index, mutating the substitution state object as required.
|
boolean |
GlyphSubstitutionTable.ChainedContextualSubtable.substitute(GlyphSubstitutionState ss) |
Perform glyph substitution at the current index, mutating the substitution state object as required.
|
boolean |
GlyphSubstitutionTable.ContextualSubtable.substitute(GlyphSubstitutionState ss) |
Perform glyph substitution at the current index, mutating the substitution state object as required.
|
boolean |
GlyphSubstitutionTable.LigatureSubtable.substitute(GlyphSubstitutionState ss) |
Perform glyph substitution at the current index, mutating the substitution state object as required.
|
boolean |
GlyphSubstitutionTable.MultipleSubtable.substitute(GlyphSubstitutionState ss) |
Perform glyph substitution at the current index, mutating the substitution state object as required.
|
boolean |
GlyphSubstitutionTable.SingleSubtable.substitute(GlyphSubstitutionState ss) |
Perform glyph substitution at the current index, mutating the substitution state object as required.
|
GlyphSequence |
GlyphTable.LookupTable.substitute(GlyphSubstitutionState ss,
int sequenceIndex) |
Perform substitution processing on an existing glyph substitution state object using this lookup table's subtables.
|