pub type SubstitutionLookupList<'a> = LookupList<'a, SubstitutionLookup<'a>>;
Expand description
A typed GSUB LookupList table
Aliased Type§
pub struct SubstitutionLookupList<'a> {
pub(crate) shape: LookupListMarker<SubstitutionLookup<'a>>,
pub(crate) data: FontData<'a>,
}
Fields§
§shape: LookupListMarker<SubstitutionLookup<'a>>
§data: FontData<'a>