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