Struct ttf_parser::opentype_layout::LanguageSystem [−][src]
pub struct LanguageSystem<'a> {
pub tag: Tag,
pub required_feature: Option<FeatureIndex>,
pub feature_indices: LazyArray16<'a, FeatureIndex>,
}
Expand description
Fields
tag: Tag
Language 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
Auto Trait Implementations
impl<'a> RefUnwindSafe for LanguageSystem<'a>
impl<'a> Send for LanguageSystem<'a>
impl<'a> Sync for LanguageSystem<'a>
impl<'a> Unpin for LanguageSystem<'a>
impl<'a> UnwindSafe for LanguageSystem<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more