-
Methods in org.docx4j.fonts.fop.complexscripts.fonts with parameters of type GlyphCoverageTable
| Modifier and Type |
Method |
Description |
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,
GlyphCoverageTable coverage,
java.util.List entries) |
Create a substitution subtable according to the specified arguments.
|
Constructors in org.docx4j.fonts.fop.complexscripts.fonts with parameters of type GlyphCoverageTable
| Constructor |
Description |
ChainedCoverageSequenceRule(GlyphTable.RuleLookup[] lookups,
int inputSequenceLength,
GlyphCoverageTable[] coverages,
GlyphCoverageTable[] backtrackCoverages,
GlyphCoverageTable[] lookaheadCoverages) |
Instantiate a ChainedCoverageSequenceRule.
|
CoverageSequenceRule(GlyphTable.RuleLookup[] lookups,
int inputSequenceLength,
GlyphCoverageTable[] coverages) |
Instantiate a ClassSequenceRule.
|
GlyphPositioningSubtable(java.lang.String id,
int sequence,
int flags,
int format,
GlyphCoverageTable coverage) |
Instantiate a GlyphPositioningSubtable.
|
GlyphSubstitutionSubtable(java.lang.String id,
int sequence,
int flags,
int format,
GlyphCoverageTable coverage) |
Instantiate a GlyphSubstitutionSubtable.
|