Package | Description |
---|---|
org.apache.fop.complexscripts.fonts |
Modifier and Type | Method | Description |
---|---|---|
static GlyphCoverageTable |
GlyphCoverageTable.createCoverageTable(java.util.List entries) |
Create glyph coverage table.
|
GlyphCoverageTable[] |
GlyphTable.ChainedCoverageSequenceRule.getBacktrackCoverages() |
|
GlyphCoverageTable[] |
GlyphTable.CoverageSequenceRule.getCoverages() |
|
GlyphCoverageTable[] |
GlyphTable.ChainedCoverageSequenceRule.getLookaheadCoverages() |
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.
|
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 . |
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.