pub type FeatureList<'a> = TableRef<'a, FeatureListMarker>;
Expand description
Aliased Type§
pub struct FeatureList<'a> {
pub(crate) shape: FeatureListMarker,
pub(crate) data: FontData<'a>,
}
Fields§
§shape: FeatureListMarker
§data: FontData<'a>
Implementations§
Source§impl FeatureList<'_>
impl FeatureList<'_>
Source§impl<'a> FeatureList<'a>
impl<'a> FeatureList<'a>
Source§impl<'a> FeatureList<'a>
impl<'a> FeatureList<'a>
Sourcepub fn feature_count(&self) -> u16
pub fn feature_count(&self) -> u16
Number of FeatureRecords in this table
Sourcepub fn feature_records(&self) -> &'a [FeatureRecord]
pub fn feature_records(&self) -> &'a [FeatureRecord]
Array of FeatureRecords — zero-based (first feature has FeatureIndex = 0), listed alphabetically by feature tag