ttf_parser::gsub

Type Alias LigatureSet

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

A Ligature set.

Aliased Typeยง

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