-
Methods in org.docx4j.fonts.fop.complexscripts.fonts with parameters of type ScriptContextTester
| Modifier and Type |
Method |
Description |
static boolean |
GlyphPositioningSubtable.position(GlyphSequence gs,
java.lang.String script,
java.lang.String language,
java.lang.String feature,
int fontSize,
GlyphPositioningSubtable[] sta,
int[] widths,
int[][] adjustments,
ScriptContextTester sct) |
Apply positioning.
|
boolean |
GlyphTable.LookupTable.position(GlyphSequence gs,
java.lang.String script,
java.lang.String language,
java.lang.String feature,
int fontSize,
int[] widths,
int[][] adjustments,
ScriptContextTester sct) |
Perform positioning processing using this lookup table's subtables.
|
boolean |
GlyphTable.UseSpec.position(GlyphSequence gs,
java.lang.String script,
java.lang.String language,
int fontSize,
int[] widths,
int[][] adjustments,
ScriptContextTester sct) |
Perform positioning processing using this use specification's lookup table.
|
GlyphPositioningState |
GlyphPositioningState.reset(GlyphSequence gs,
java.lang.String script,
java.lang.String language,
java.lang.String feature,
int fontSize,
int[] widths,
int[][] adjustments,
ScriptContextTester sct) |
Reset glyph positioning state.
|
protected GlyphProcessingState |
GlyphProcessingState.reset(GlyphSequence gs,
java.lang.String script,
java.lang.String language,
java.lang.String feature,
ScriptContextTester sct) |
Reset glyph processing state.
|
GlyphSubstitutionState |
GlyphSubstitutionState.reset(GlyphSequence gs,
java.lang.String script,
java.lang.String language,
java.lang.String feature,
ScriptContextTester sct) |
Reset glyph substitution state.
|
static GlyphSequence |
GlyphSubstitutionSubtable.substitute(GlyphSequence gs,
java.lang.String script,
java.lang.String language,
java.lang.String feature,
GlyphSubstitutionSubtable[] sta,
ScriptContextTester sct) |
Apply substitutions.
|
GlyphSequence |
GlyphTable.LookupTable.substitute(GlyphSequence gs,
java.lang.String script,
java.lang.String language,
java.lang.String feature,
ScriptContextTester sct) |
Perform substitution processing using this lookup table's subtables.
|
GlyphSequence |
GlyphTable.UseSpec.substitute(GlyphSequence gs,
java.lang.String script,
java.lang.String language,
ScriptContextTester sct) |
Perform substitution processing using this use specification's lookup table.
|
Constructors in org.docx4j.fonts.fop.complexscripts.fonts with parameters of type ScriptContextTester
| Constructor |
Description |
GlyphPositioningState(GlyphSequence gs,
java.lang.String script,
java.lang.String language,
java.lang.String feature,
int fontSize,
int[] widths,
int[][] adjustments,
ScriptContextTester sct) |
Construct glyph positioning state.
|
GlyphProcessingState(GlyphSequence gs,
java.lang.String script,
java.lang.String language,
java.lang.String feature,
ScriptContextTester sct) |
Construct glyph processing state.
|
GlyphSubstitutionState(GlyphSequence gs,
java.lang.String script,
java.lang.String language,
java.lang.String feature,
ScriptContextTester sct) |
Construct glyph substitution state.
|
-
Methods in org.docx4j.fonts.fop.complexscripts.scripts with parameters of type ScriptContextTester
| Modifier and Type |
Method |
Description |
boolean |
IndicScriptProcessor.position(GlyphSequence gs,
java.lang.String script,
java.lang.String language,
int fontSize,
GlyphTable.UseSpec[] usa,
int[] widths,
int[][] adjustments,
ScriptContextTester sct) |
Perform positioning processing using a specific set of ordered glyph table use specifications.
|
boolean |
KhmerScriptProcessor.position(GlyphSequence glyphSequence,
java.lang.String script,
java.lang.String language,
int fontSize,
GlyphTable.UseSpec[] useSpecs,
int[] widths,
int[][] adjustments,
ScriptContextTester scriptContextTester) |
|
boolean |
ScriptProcessor.position(GlyphSequence gs,
java.lang.String script,
java.lang.String language,
int fontSize,
GlyphTable.UseSpec[] usa,
int[] widths,
int[][] adjustments,
ScriptContextTester sct) |
Perform positioning processing using a specific set of ordered glyph table use specifications.
|
GlyphSequence |
IndicScriptProcessor.substitute(GlyphSequence gs,
java.lang.String script,
java.lang.String language,
GlyphTable.UseSpec[] usa,
ScriptContextTester sct) |
Perform substitution processing using a specific set of ordered glyph table use specifications.
|
GlyphSequence |
KhmerScriptProcessor.substitute(GlyphSequence glyphSequence,
java.lang.String script,
java.lang.String language,
GlyphTable.UseSpec[] useSpecs,
ScriptContextTester scriptContextTester) |
|
GlyphSequence |
ScriptProcessor.substitute(GlyphSequence gs,
java.lang.String script,
java.lang.String language,
GlyphTable.UseSpec[] usa,
ScriptContextTester sct) |
Perform substitution processing using a specific set of ordered glyph table use specifications.
|