Type Alias owned_ttf_parser::opentype_layout::SequenceRuleSets
source · pub type SequenceRuleSets<'a> = LazyOffsetArray16<'a, LazyOffsetArray16<'a, SequenceRule<'a>>>;
Expand description
A list of SequenceRuleSet
s.
Aliased Type§
struct SequenceRuleSets<'a> { /* private fields */ }