Package | Description |
---|---|
org.apache.fop.complexscripts.fonts |
Modifier and Type | Method | Description |
---|---|---|
boolean |
GlyphSubstitutionState.apply(GlyphSubstitutionSubtable st) |
Apply substitution subtable to current state at current position (only),
resulting in the consumption of zero or more input glyphs, and possibly
replacing the current input glyphs starting at the current position, in
which case it is possible that indexLast is altered to be either less than
or greater than its value prior to this application.
|
static GlyphSequence |
GlyphSubstitutionSubtable.substitute(GlyphSubstitutionState ss,
GlyphSubstitutionSubtable[] sta,
int sequenceIndex) |
Apply substitutions using specified state and subtable array.
|
static GlyphSequence |
GlyphSubstitutionSubtable.substitute(GlyphSequence gs,
java.lang.String script,
java.lang.String language,
java.lang.String feature,
GlyphSubstitutionSubtable[] sta,
ScriptContextTester sct) |
Apply substitutions.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.