pub type FontFeatureSettings = FontSettings<FeatureTagValue<Integer>>;Expand description
Use FontSettings as computed type of FontFeatureSettings.
Aliased Type§
pub struct FontFeatureSettings(pub Box<[FeatureTagValue<i32>]>);Tuple Fields§
§0: Box<[FeatureTagValue<i32>]>