Package | Description |
---|---|
org.apache.fop.complexscripts.fonts | |
org.apache.fop.complexscripts.scripts |
Modifier and Type | Class and Description |
---|---|
class |
GlyphDefinitionTable
The
GlyphDefinitionTable class is a glyph table that implements
glyph definition functionality according to the OpenType GDEF table. |
class |
GlyphPositioningTable
The
GlyphPositioningTable class is a glyph table that implements
GlyphPositioning functionality. |
class |
GlyphSubstitutionTable
The
GlyphSubstitutionTable class is a glyph table that implements
GlyphSubstitution functionality. |
Modifier and Type | Method and Description |
---|---|
GlyphTable |
GlyphSubtable.getTable() |
Modifier and Type | Method and Description |
---|---|
void |
GlyphSubtable.setTable(GlyphTable table)
Establish a weak reference from this subtable to its parent
table.
|
Constructor and Description |
---|
GlyphTable(GlyphTable gdef,
Map<GlyphTable.LookupSpec,List<String>> lookups,
Map<String,ScriptProcessor> processors)
Instantiate glyph table with specified lookups.
|
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.
|
Copyright © 2025 Apache Software Foundation. All rights reserved.