Type Alias ttf_parser::opentype_layout::ChainedSequenceRuleSets
source · pub type ChainedSequenceRuleSets<'a> = LazyOffsetArray16<'a, ChainedSequenceRuleSet<'a>>;Expand description
A list of ChainedSequenceRule sets.
Aliased Type§
struct ChainedSequenceRuleSets<'a> { /* private fields */ }