Type Alias read_fonts::tables::feat::Feat
source · pub type Feat<'a> = TableRef<'a, FeatMarker>;
Expand description
The feature name table.
Aliased Type§
struct Feat<'a> { /* private fields */ }
Implementations§
source§impl<'a> Feat<'a>
impl<'a> Feat<'a>
sourcepub fn version(&self) -> MajorMinor
pub fn version(&self) -> MajorMinor
Version number of the feature name table (0x00010000 for the current version).
sourcepub fn feature_name_count(&self) -> u16
pub fn feature_name_count(&self) -> u16
The number of entries in the feature name array.
sourcepub fn names(&self) -> &'a [FeatureName]
pub fn names(&self) -> &'a [FeatureName]
The feature name array, sorted by feature type.