-
Method parameters in org.docx4j.fonts.fop.complexscripts.fonts with type arguments of type GlyphTable.LookupTable
| 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.
|
void |
GlyphTable.LookupTable.freezeSubtables(java.util.Map<java.lang.String,GlyphTable.LookupTable> lookupTables) |
Freeze subtables, i.e., do not allow further subtable addition, and
create resulting cached state.
|
void |
GlyphSubtable.resolveLookupReferences(java.util.Map<java.lang.String,GlyphTable.LookupTable> lookupTables) |
Resolve references to lookup tables, e.g., in RuleLookup, to the lookup tables themselves.
|
static void |
GlyphTable.resolveLookupReferences(GlyphTable.RuleSet[] rsa,
java.util.Map<java.lang.String,GlyphTable.LookupTable> lookupTables) |
Resolve references to lookup tables in a collection of rules sets.
|
void |
GlyphTable.Rule.resolveLookupReferences(java.util.Map<java.lang.String,GlyphTable.LookupTable> lookupTables) |
Resolve references to lookup tables, e.g., in RuleLookup, to the lookup tables themselves.
|
void |
GlyphTable.RuleLookup.resolveLookupReferences(java.util.Map<java.lang.String,GlyphTable.LookupTable> lookupTables) |
Resolve references to lookup tables.
|
void |
GlyphTable.RuleSet.resolveLookupReferences(java.util.Map<java.lang.String,GlyphTable.LookupTable> lookupTables) |
Resolve references to lookup tables, e.g., in RuleLookup, to the lookup tables themselves.
|
-
Method parameters in org.docx4j.fonts.fop.complexscripts.scripts with type arguments of type GlyphTable.LookupTable
| 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.
|