Class GlyphTable.ChainedCoverageSequenceRule

Enclosing class:
GlyphTable

public static class GlyphTable.ChainedCoverageSequenceRule extends GlyphTable.CoverageSequenceRule
The ChainedCoverageSequenceRule class implements a subclass of CoverageSequenceRule that supports matching on a specific glyph class sequence in a specific chained contextual.
  • Constructor Details

    • ChainedCoverageSequenceRule

      public ChainedCoverageSequenceRule(GlyphTable.RuleLookup[] lookups, int inputSequenceLength, GlyphCoverageTable[] coverages, GlyphCoverageTable[] backtrackCoverages, GlyphCoverageTable[] lookaheadCoverages)
      Instantiate a ChainedCoverageSequenceRule.
      Parameters:
      lookups - the rule's lookups
      inputSequenceLength - number of glyphs constituting input sequence (to be consumed)
      coverages - the rule's input glyph class sequence to match, starting with first glyph in sequence
      backtrackCoverages - the rule's backtrack glyph class sequence to match, starting with first glyph in sequence
      lookaheadCoverages - the rule's lookahead glyph class sequence to match, starting with first glyph in sequence
  • Method Details