pub type LigatureSets<'a> = LazyOffsetArray16<'a, LazyOffsetArray16<'a, Ligature<'a>>>;
Expand description
A list of Ligature
sets.
Aliased Type§
struct LigatureSets<'a> { /* private fields */ }
pub type LigatureSets<'a> = LazyOffsetArray16<'a, LazyOffsetArray16<'a, Ligature<'a>>>;
A list of Ligature
sets.
struct LigatureSets<'a> { /* private fields */ }