Package | Description |
---|---|
org.apache.fop.complexscripts.fonts |
Modifier and Type | Method and 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 and 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 and Description |
---|
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 . |
GlyphTable.ChainedCoverageSequenceRule(GlyphTable.RuleLookup[] lookups,
int inputSequenceLength,
GlyphCoverageTable[] coverages,
GlyphCoverageTable[] backtrackCoverages,
GlyphCoverageTable[] lookaheadCoverages)
Instantiate a ChainedCoverageSequenceRule.
|
GlyphTable.ChainedCoverageSequenceRule(GlyphTable.RuleLookup[] lookups,
int inputSequenceLength,
GlyphCoverageTable[] coverages,
GlyphCoverageTable[] backtrackCoverages,
GlyphCoverageTable[] lookaheadCoverages)
Instantiate a ChainedCoverageSequenceRule.
|
GlyphTable.ChainedCoverageSequenceRule(GlyphTable.RuleLookup[] lookups,
int inputSequenceLength,
GlyphCoverageTable[] coverages,
GlyphCoverageTable[] backtrackCoverages,
GlyphCoverageTable[] lookaheadCoverages)
Instantiate a ChainedCoverageSequenceRule.
|
GlyphTable.CoverageSequenceRule(GlyphTable.RuleLookup[] lookups,
int inputSequenceLength,
GlyphCoverageTable[] coverages)
Instantiate a ClassSequenceRule.
|
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.