-
-
Methods in org.docx4j.fonts.fop.complexscripts.scripts with parameters of type GlyphTable.UseSpec
| 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.
|