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

A list of Ligature sets.

Aliased Type§

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