Uses of Interface
org.apache.fop.complexscripts.util.ScriptContextTester
-
Packages that use ScriptContextTester Package Description org.apache.fop.complexscripts.fonts org.apache.fop.complexscripts.scripts -
-
Uses of ScriptContextTester in org.apache.fop.complexscripts.fonts
Fields in org.apache.fop.complexscripts.fonts declared as ScriptContextTester Modifier and Type Field Description protected ScriptContextTesterGlyphProcessingState. sctscript specific context tester or nullMethods in org.apache.fop.complexscripts.fonts with parameters of type ScriptContextTester Modifier and Type Method Description static booleanGlyphPositioningSubtable. 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.booleanGlyphTable.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.booleanGlyphTable.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.GlyphPositioningStateGlyphPositioningState. 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 GlyphProcessingStateGlyphProcessingState. reset(GlyphSequence gs, java.lang.String script, java.lang.String language, java.lang.String feature, ScriptContextTester sct)Reset glyph processing state.GlyphSubstitutionStateGlyphSubstitutionState. reset(GlyphSequence gs, java.lang.String script, java.lang.String language, java.lang.String feature, ScriptContextTester sct)Reset glyph substitution state.static GlyphSequenceGlyphSubstitutionSubtable. substitute(GlyphSequence gs, java.lang.String script, java.lang.String language, java.lang.String feature, GlyphSubstitutionSubtable[] sta, ScriptContextTester sct)Apply substitutions.GlyphSequenceGlyphTable.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.GlyphSequenceGlyphTable.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.apache.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. -
Uses of ScriptContextTester in org.apache.fop.complexscripts.scripts
Methods in org.apache.fop.complexscripts.scripts that return ScriptContextTester Modifier and Type Method Description ScriptContextTesterArabicScriptProcessor. getPositioningContextTester()Obtain script specific positioning context tester.ScriptContextTesterDefaultScriptProcessor. getPositioningContextTester()ScriptContextTesterIndicScriptProcessor. getPositioningContextTester()Obtain script specific positioning context tester.ScriptContextTesterKhmerScriptProcessor. getPositioningContextTester()abstract ScriptContextTesterScriptProcessor. getPositioningContextTester()Obtain script specific positioning context tester.ScriptContextTesterArabicScriptProcessor. getSubstitutionContextTester()Obtain script specific substitution context tester.ScriptContextTesterDefaultScriptProcessor. getSubstitutionContextTester()ScriptContextTesterIndicScriptProcessor. getSubstitutionContextTester()Obtain script specific substitution context tester.abstract ScriptContextTesterScriptProcessor. getSubstitutionContextTester()Obtain script specific substitution context tester.Methods in org.apache.fop.complexscripts.scripts with parameters of type ScriptContextTester Modifier and Type Method Description booleanIndicScriptProcessor. 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.booleanKhmerScriptProcessor. position(GlyphSequence glyphSequence, java.lang.String script, java.lang.String language, int fontSize, GlyphTable.UseSpec[] useSpecs, int[] widths, int[][] adjustments, ScriptContextTester scriptContextTester)booleanScriptProcessor. 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.GlyphSequenceIndicScriptProcessor. 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.GlyphSequenceKhmerScriptProcessor. substitute(GlyphSequence glyphSequence, java.lang.String script, java.lang.String language, GlyphTable.UseSpec[] useSpecs, ScriptContextTester scriptContextTester)GlyphSequenceScriptProcessor. 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.
-