-
Methods in org.docx4j.fonts.fop.complexscripts.fonts that return types with arguments of type GlyphTable.LookupSpec
| Modifier and Type |
Method |
Description |
java.util.List<GlyphTable.LookupSpec> |
GlyphTable.getLookups() |
Obtain list of all lookup specifications.
|
java.util.Map<GlyphTable.LookupSpec,java.util.List<GlyphTable.LookupTable>> |
GlyphTable.matchLookups(java.lang.String script,
java.lang.String language,
java.lang.String feature) |
Match lookup specifications according to <script,language,feature> tuple, where
'*' is a wildcard for a tuple component.
|
java.util.List<GlyphTable.LookupSpec> |
GlyphTable.matchLookupSpecs(java.lang.String script,
java.lang.String language,
java.lang.String feature) |
Match lookup specifications according to <script,language,feature> tuple, where
'*' is a wildcard for a tuple component.
|
-
Method parameters in org.docx4j.fonts.fop.complexscripts.scripts with type arguments of type GlyphTable.LookupSpec
| 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.
|
boolean |
ScriptProcessor.position(GlyphPositioningTable gpos,
GlyphSequence gs,
java.lang.String script,
java.lang.String language,
int fontSize,
java.util.Map<GlyphTable.LookupSpec,java.util.List<GlyphTable.LookupTable>> lookups,
int[] widths,
int[][] adjustments) |
Perform positioning processing using a specific set of lookup tables.
|
GlyphSequence |
ScriptProcessor.substitute(GlyphSubstitutionTable gsub,
GlyphSequence gs,
java.lang.String script,
java.lang.String language,
java.util.Map<GlyphTable.LookupSpec,java.util.List<GlyphTable.LookupTable>> lookups) |
Perform substitution processing using a specific set of lookup tables.
|