Type Definition ttf_parser::gsub::SequenceList [−][src]
pub type SequenceList<'a> = LazyOffsetArray16<'a, Sequence<'a>>;
Expand description
A list of Sequence
tables.
pub type SequenceList<'a> = LazyOffsetArray16<'a, Sequence<'a>>;
A list of Sequence
tables.