pub type ChainedSequenceRule<'a> = TableRef<'a, ChainedSequenceRuleMarker>;
Expand description
Part of ChainedSequenceContextFormat1
Aliased Type§
struct ChainedSequenceRule<'a> { /* private fields */ }
Implementations§
Source§impl<'a> ChainedSequenceRule<'a>
impl<'a> ChainedSequenceRule<'a>
Sourcepub fn backtrack_glyph_count(&self) -> u16
pub fn backtrack_glyph_count(&self) -> u16
Number of glyphs in the backtrack sequence
Sourcepub fn backtrack_sequence(&self) -> &'a [BigEndian<GlyphId16>]
pub fn backtrack_sequence(&self) -> &'a [BigEndian<GlyphId16>]
Array of backtrack glyph IDs
Sourcepub fn input_glyph_count(&self) -> u16
pub fn input_glyph_count(&self) -> u16
Number of glyphs in the input sequence
Sourcepub fn input_sequence(&self) -> &'a [BigEndian<GlyphId16>]
pub fn input_sequence(&self) -> &'a [BigEndian<GlyphId16>]
Array of input glyph IDs—start with second glyph
Sourcepub fn lookahead_glyph_count(&self) -> u16
pub fn lookahead_glyph_count(&self) -> u16
Number of glyphs in the lookahead sequence
Sourcepub fn lookahead_sequence(&self) -> &'a [BigEndian<GlyphId16>]
pub fn lookahead_sequence(&self) -> &'a [BigEndian<GlyphId16>]
Array of lookahead glyph IDs
Sourcepub fn seq_lookup_count(&self) -> u16
pub fn seq_lookup_count(&self) -> u16
Number of SequenceLookupRecords
Sourcepub fn seq_lookup_records(&self) -> &'a [SequenceLookupRecord]
pub fn seq_lookup_records(&self) -> &'a [SequenceLookupRecord]
Array of SequenceLookupRecords