ttf_parser::opentype_layout

Type Alias FeatureList

source
pub type FeatureList<'a> = RecordList<'a, Feature<'a>>;
Expand description

A list of Feature records.

Aliased Typeยง

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