Type Alias read_fonts::tables::layout::LangSys
source · pub type LangSys<'a> = TableRef<'a, LangSysMarker>;
Expand description
Aliased Type§
struct LangSys<'a> { /* private fields */ }
Implementations§
source§impl<'a> LangSys<'a>
impl<'a> LangSys<'a>
sourcepub fn required_feature_index(&self) -> u16
pub fn required_feature_index(&self) -> u16
Index of a feature required for this language system; if no required features = 0xFFFF
sourcepub fn feature_index_count(&self) -> u16
pub fn feature_index_count(&self) -> u16
Number of feature index values for this language system — excludes the required feature
sourcepub fn feature_indices(&self) -> &'a [BigEndian<u16>]
pub fn feature_indices(&self) -> &'a [BigEndian<u16>]
Array of indices into the FeatureList, in arbitrary order