Uses of Class
org.apache.fop.complexscripts.fonts.GlyphTable.RuleLookup
Packages that use GlyphTable.RuleLookup
-
Uses of GlyphTable.RuleLookup in org.apache.fop.complexscripts.fonts
Methods in org.apache.fop.complexscripts.fonts that return GlyphTable.RuleLookupMethods in org.apache.fop.complexscripts.fonts with parameters of type GlyphTable.RuleLookupModifier and TypeMethodDescriptionbooleanGlyphPositioningState.apply(GlyphTable.RuleLookup[] lookups, int nig) Apply a sequence of matched rule lookups to theniginput glyphs starting at the current position.booleanGlyphSubstitutionState.apply(GlyphTable.RuleLookup[] lookups, int nig) Apply a sequence of matched rule lookups to theniginput glyphs starting at the current position.Constructors in org.apache.fop.complexscripts.fonts with parameters of type GlyphTable.RuleLookupModifierConstructorDescriptionChainedClassSequenceRule(GlyphTable.RuleLookup[] lookups, int inputSequenceLength, int[] classes, int[] backtrackClasses, int[] lookaheadClasses) Instantiate a ChainedClassSequenceRule.ChainedCoverageSequenceRule(GlyphTable.RuleLookup[] lookups, int inputSequenceLength, GlyphCoverageTable[] coverages, GlyphCoverageTable[] backtrackCoverages, GlyphCoverageTable[] lookaheadCoverages) Instantiate a ChainedCoverageSequenceRule.ChainedGlyphSequenceRule(GlyphTable.RuleLookup[] lookups, int inputSequenceLength, int[] glyphs, int[] backtrackGlyphs, int[] lookaheadGlyphs) Instantiate a ChainedGlyphSequenceRule.ClassSequenceRule(GlyphTable.RuleLookup[] lookups, int inputSequenceLength, int[] classes) Instantiate a ClassSequenceRule.CoverageSequenceRule(GlyphTable.RuleLookup[] lookups, int inputSequenceLength, GlyphCoverageTable[] coverages) Instantiate a ClassSequenceRule.GlyphSequenceRule(GlyphTable.RuleLookup[] lookups, int inputSequenceLength, int[] glyphs) Instantiate a GlyphSequenceRule.protectedRule(GlyphTable.RuleLookup[] lookups, int inputSequenceLength) Instantiate a Rule.