Type Definition ttf_parser::opentype_layout::LookupList
source · pub type LookupList<'a> = LazyOffsetArray16<'a, Lookup<'a>>;Expand description
A list of Lookup values.
pub type LookupList<'a> = LazyOffsetArray16<'a, Lookup<'a>>;A list of Lookup values.