Type Alias ttf_parser::gsub::LigatureSet

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

A Ligature set.

Aliased Type§

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