pub type ChainedSequenceRule<'a> = TableRef<'a, ChainedSequenceRuleMarker>;
Expand description

Implementations

Number of glyphs in the backtrack sequence

Array of backtrack glyph IDs

Number of glyphs in the input sequence

Array of input glyph IDs—start with second glyph

Number of glyphs in the lookahead sequence

Array of lookahead glyph IDs

Number of SequenceLookupRecords

Array of SequenceLookupRecords

Trait Implementations

Formats the value using the given formatter. Read more
Read an instace of Self from the provided data, performing validation. Read more
The name of this table
Access this table’s fields, in declaration order.