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 private GlyphTable.UseSpec[]
ScriptProcessor. assembledLookupsGet(ScriptProcessor.AssembledLookupsKey key)
private GlyphTable.UseSpec[]
ScriptProcessor. assembledLookupsPut(ScriptProcessor.AssembledLookupsKey key, GlyphTable.UseSpec[] usa)
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 private GlyphTable.UseSpec[]
ScriptProcessor. assembledLookupsPut(ScriptProcessor.AssembledLookupsKey key, GlyphTable.UseSpec[] usa)
private boolean
IndicScriptProcessor. isBasicShapingUse(GlyphTable.UseSpec us)
private boolean
IndicScriptProcessor. isPresentationUse(GlyphTable.UseSpec us)
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.
-