ttf_parser::gsub

Type Alias LigatureSets

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

A list of Ligature sets.

Aliased Typeยง

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