pub type FontFeatureSettings = FontSettings<FeatureTagValue<Integer>>;Expand description
This property provides low-level control over OpenType or TrueType font features.
Aliased Type§
pub struct FontFeatureSettings(pub Box<[FeatureTagValue<Integer>]>);Tuple Fields§
§0: Box<[FeatureTagValue<Integer>]>