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