Package | Description |
---|---|
org.apache.fop.complexscripts.fonts |
Modifier and Type | Method and Description |
---|---|
GlyphTable.RuleLookup[] |
GlyphTable.Rule.getLookups() |
Modifier and Type | Method and Description |
---|---|
boolean |
GlyphPositioningState.apply(GlyphTable.RuleLookup[] lookups,
int nig)
Apply a sequence of matched rule lookups to the
nig input glyphs
starting at the current position. |
boolean |
GlyphSubstitutionState.apply(GlyphTable.RuleLookup[] lookups,
int nig)
Apply a sequence of matched rule lookups to the
nig input glyphs
starting at the current position. |
Constructor and Description |
---|
GlyphTable.ChainedClassSequenceRule(GlyphTable.RuleLookup[] lookups,
int inputSequenceLength,
int[] classes,
int[] backtrackClasses,
int[] lookaheadClasses)
Instantiate a ChainedClassSequenceRule.
|
GlyphTable.ChainedCoverageSequenceRule(GlyphTable.RuleLookup[] lookups,
int inputSequenceLength,
GlyphCoverageTable[] coverages,
GlyphCoverageTable[] backtrackCoverages,
GlyphCoverageTable[] lookaheadCoverages)
Instantiate a ChainedCoverageSequenceRule.
|
GlyphTable.ChainedGlyphSequenceRule(GlyphTable.RuleLookup[] lookups,
int inputSequenceLength,
int[] glyphs,
int[] backtrackGlyphs,
int[] lookaheadGlyphs)
Instantiate a ChainedGlyphSequenceRule.
|
GlyphTable.ClassSequenceRule(GlyphTable.RuleLookup[] lookups,
int inputSequenceLength,
int[] classes)
Instantiate a ClassSequenceRule.
|
GlyphTable.CoverageSequenceRule(GlyphTable.RuleLookup[] lookups,
int inputSequenceLength,
GlyphCoverageTable[] coverages)
Instantiate a ClassSequenceRule.
|
GlyphTable.GlyphSequenceRule(GlyphTable.RuleLookup[] lookups,
int inputSequenceLength,
int[] glyphs)
Instantiate a GlyphSequenceRule.
|
GlyphTable.Rule(GlyphTable.RuleLookup[] lookups,
int inputSequenceLength)
Instantiate a Rule.
|
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.