pub type LigatureSet<'a> = LazyOffsetArray16<'a, Ligature<'a>>;
Expand description

A Ligature set.

Aliased Type§

struct LigatureSet<'a> { /* private fields */ }