-
Subclasses of GlyphSubtable in org.docx4j.fonts.fop.complexscripts.fonts
| Modifier and Type |
Class |
Description |
class |
GlyphDefinitionSubtable |
The GlyphDefinitionSubtable implements an abstract base of a glyph definition subtable,
providing a default implementation of the GlyphDefinition interface.
|
class |
GlyphPositioningSubtable |
The GlyphPositioningSubtable implements an abstract base of a glyph subtable,
providing a default implementation of the GlyphPositioning interface.
|
class |
GlyphSubstitutionSubtable |
The GlyphSubstitutionSubtable implements an abstract base of a glyph substitution subtable,
providing a default implementation of the GlyphSubstitution interface.
|
Methods in org.docx4j.fonts.fop.complexscripts.fonts that return GlyphSubtable
| Modifier and Type |
Method |
Description |
static GlyphSubtable |
GlyphDefinitionTable.createSubtable(int type,
java.lang.String id,
int sequence,
int flags,
int format,
GlyphMappingTable mapping,
java.util.List entries) |
Create a definition subtable according to the specified arguments.
|
static GlyphSubtable |
GlyphPositioningTable.createSubtable(int type,
java.lang.String id,
int sequence,
int flags,
int format,
java.util.List coverage,
java.util.List entries) |
Create a positioning subtable according to the specified arguments.
|
static GlyphSubtable |
GlyphPositioningTable.createSubtable(int type,
java.lang.String id,
int sequence,
int flags,
int format,
GlyphCoverageTable coverage,
java.util.List entries) |
Create a positioning subtable according to the specified arguments.
|
static GlyphSubtable |
GlyphSubstitutionTable.createSubtable(int type,
java.lang.String id,
int sequence,
int flags,
int format,
java.util.List coverage,
java.util.List entries) |
Create a substitution subtable according to the specified arguments.
|
static GlyphSubtable |
GlyphSubstitutionTable.createSubtable(int type,
java.lang.String id,
int sequence,
int flags,
int format,
GlyphCoverageTable coverage,
java.util.List entries) |
Create a substitution subtable according to the specified arguments.
|
GlyphSubtable[] |
GlyphTable.LookupTable.getSubtables() |
|