Struct ttf_parser::opentype_layout::LanguageSystem
source · pub struct LanguageSystem<'a> {
pub tag: Tag,
pub required_feature: Option<FeatureIndex>,
pub feature_indices: LazyArray16<'a, FeatureIndex>,
}Expand description
Fields§
§tag: TagLanguage tag.
required_feature: Option<FeatureIndex>Index of a feature required for this language system.
feature_indices: LazyArray16<'a, FeatureIndex>Array of indices into the FeatureList, in arbitrary order.
Trait Implementations§
source§impl<'a> Clone for LanguageSystem<'a>
impl<'a> Clone for LanguageSystem<'a>
source§fn clone(&self) -> LanguageSystem<'a>
fn clone(&self) -> LanguageSystem<'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