Package | Description |
---|---|
org.apache.fop.complexscripts.fonts | |
org.apache.fop.complexscripts.scripts |
Modifier and Type | Method and Description |
---|---|
GlyphTable.LookupTable |
GlyphTable.RuleLookup.getLookup() |
GlyphTable.LookupTable |
GlyphTable.UseSpec.getLookupTable() |
GlyphTable.LookupTable |
GlyphTable.getLookupTable(String lid)
Obtain lookup table by lookup id.
|
Modifier and Type | Method and Description |
---|---|
List<GlyphTable.LookupTable> |
GlyphTable.findLookupTables(GlyphTable.LookupSpec ls)
Obtain ordered list of glyph lookup tables that match a specific lookup specification.
|
List<GlyphTable.LookupTable> |
GlyphTable.getLookupTables()
Obtain ordered list of all lookup tables, where order is by lookup identifier, which
lexicographic ordering follows the lookup list order.
|
Map<GlyphTable.LookupSpec,List<GlyphTable.LookupTable>> |
GlyphTable.matchLookups(String script,
String language,
String feature)
Match lookup specifications according to <script,language,feature> tuple, where
'*' is a wildcard for a tuple component.
|
Modifier and Type | Method and Description |
---|---|
GlyphTable.UseSpec[] |
GlyphTable.assembleLookups(String[] features,
Map<GlyphTable.LookupSpec,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(Map<String,GlyphTable.LookupTable> lookupTables)
Freeze subtables, i.e., do not allow further subtable addition, and
create resulting cached state.
|
static void |
GlyphTable.resolveLookupReferences(GlyphTable.RuleSet[] rsa,
Map<String,GlyphTable.LookupTable> lookupTables)
Resolve references to lookup tables in a collection of rules sets.
|
void |
GlyphSubtable.resolveLookupReferences(Map<String,GlyphTable.LookupTable> lookupTables)
Resolve references to lookup tables, e.g., in RuleLookup, to the lookup tables themselves.
|
void |
GlyphTable.RuleLookup.resolveLookupReferences(Map<String,GlyphTable.LookupTable> lookupTables)
Resolve references to lookup tables.
|
void |
GlyphTable.Rule.resolveLookupReferences(Map<String,GlyphTable.LookupTable> lookupTables)
Resolve references to lookup tables, e.g., in RuleLookup, to the lookup tables themselves.
|
void |
GlyphTable.RuleSet.resolveLookupReferences(Map<String,GlyphTable.LookupTable> lookupTables)
Resolve references to lookup tables, e.g., in RuleLookup, to the lookup tables themselves.
|
Constructor and Description |
---|
UseSpec(GlyphTable.LookupTable lookupTable,
String feature)
Construct a glyph lookup table use specification.
|
Modifier and Type | Method and Description |
---|---|
GlyphTable.UseSpec[] |
ScriptProcessor.assembleLookups(GlyphTable table,
String[] features,
Map<GlyphTable.LookupSpec,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,
String script,
String language,
int fontSize,
Map<GlyphTable.LookupSpec,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,
String script,
String language,
Map<GlyphTable.LookupSpec,List<GlyphTable.LookupTable>> lookups)
Perform substitution processing using a specific set of lookup tables.
|
Copyright © 2025 Apache Software Foundation. All rights reserved.