Uses of Class
org.apache.fop.complexscripts.fonts.GlyphTable.UseSpec
-
Packages that use GlyphTable.UseSpec Package Description org.apache.fop.complexscripts.fonts org.apache.fop.complexscripts.scripts -
-
Uses of GlyphTable.UseSpec in org.apache.fop.complexscripts.fonts
Methods in org.apache.fop.complexscripts.fonts that return GlyphTable.UseSpec Modifier and Type Method Description GlyphTable.UseSpec[]
GlyphTable. assembleLookups(java.lang.String[] features, java.util.Map<GlyphTable.LookupSpec,java.util.List<GlyphTable.LookupTable>> lookups)
Assemble ordered array of lookup table use specifications according to the specified features and candidate lookups, where the order of the array is in accordance to the order of the applicable lookup list. -
Uses of GlyphTable.UseSpec in org.apache.fop.complexscripts.scripts
Methods in org.apache.fop.complexscripts.scripts that return GlyphTable.UseSpec Modifier and Type Method Description GlyphTable.UseSpec[]
ScriptProcessor. assembleLookups(GlyphTable table, java.lang.String[] features, java.util.Map<GlyphTable.LookupSpec,java.util.List<GlyphTable.LookupTable>> lookups)
Assemble ordered array of lookup table use specifications according to the specified features and candidate lookups, where the order of the array is in accordance to the order of the applicable lookup list.Methods in org.apache.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
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
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.
-