Package | Description |
---|---|
org.apache.fop.complexscripts.fonts | |
org.apache.fop.complexscripts.scripts |
Modifier and Type | Class | 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 | Description |
---|---|---|
GlyphTable |
GlyphSubtable.getTable() |
Modifier and Type | Method | Description |
---|---|---|
void |
GlyphSubtable.setTable(GlyphTable table) |
Establish a weak reference from this subtable to its parent
table.
|
Constructor | Description |
---|---|
GlyphTable(GlyphTable gdef,
java.util.Map lookups) |
Instantiate glyph table with specified lookups.
|
Modifier and Type | Method | Description |
---|---|---|
GlyphTable.UseSpec[] |
ScriptProcessor.assembleLookups(GlyphTable table,
java.lang.String[] features,
java.util.Map 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 1999-2016 The Apache Software Foundation. All Rights Reserved.