|
fop 2.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GlyphTable | |
---|---|
org.apache.fop.complexscripts.fonts | |
org.apache.fop.complexscripts.scripts |
Uses of GlyphTable in org.apache.fop.complexscripts.fonts |
---|
Subclasses of GlyphTable in org.apache.fop.complexscripts.fonts | |
---|---|
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. |
Methods in org.apache.fop.complexscripts.fonts that return GlyphTable | |
---|---|
GlyphTable |
GlyphSubtable.getTable()
|
Methods in org.apache.fop.complexscripts.fonts with parameters of type GlyphTable | |
---|---|
void |
GlyphSubtable.setTable(GlyphTable table)
Establish a weak reference from this subtable to its parent table. |
Constructors in org.apache.fop.complexscripts.fonts with parameters of type GlyphTable | |
---|---|
GlyphTable(GlyphTable gdef,
java.util.Map<GlyphTable.LookupSpec,java.util.List<java.lang.String>> lookups,
java.util.Map<java.lang.String,ScriptProcessor> processors)
Instantiate glyph table with specified lookups. |
Uses of GlyphTable in org.apache.fop.complexscripts.scripts |
---|
Methods in org.apache.fop.complexscripts.scripts with parameters of type GlyphTable | |
---|---|
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. |
|
fop 2.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |