Struct ttf_parser::feat::FeatureNames
source · pub struct FeatureNames<'a> { /* private fields */ }Expand description
A list fo feature names.
Implementations§
source§impl<'a> FeatureNames<'a>
impl<'a> FeatureNames<'a>
sourcepub fn get(&self, index: u16) -> Option<FeatureName<'a>>
pub fn get(&self, index: u16) -> Option<FeatureName<'a>>
Returns a feature name at an index.
sourcepub fn find(&self, feature: u16) -> Option<FeatureName<'a>>
pub fn find(&self, feature: u16) -> Option<FeatureName<'a>>
Finds a feature name by ID.
Trait Implementations§
source§impl<'a> Clone for FeatureNames<'a>
impl<'a> Clone for FeatureNames<'a>
source§fn clone(&self) -> FeatureNames<'a>
fn clone(&self) -> FeatureNames<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more