Type Alias read_fonts::tables::gpos::PositionLookupList
source · pub type PositionLookupList<'a> = LookupList<'a, PositionLookup<'a>>;
Expand description
A typed GPOS LookupList table
Aliased Type§
struct PositionLookupList<'a> { /* private fields */ }