Type Definition ttf_parser::opentype_layout::FeatureList
source · pub type FeatureList<'a> = RecordList<'a, Feature<'a>>;
Expand description
A list of Feature
records.
pub type FeatureList<'a> = RecordList<'a, Feature<'a>>;
A list of Feature
records.