style::values::computed::font

Type Alias FontFeatureSettings

Source
pub type FontFeatureSettings = FontSettings<FeatureTagValue<Integer>>;
Expand description

Use FontSettings as computed type of FontFeatureSettings.

Aliased Type§

struct FontFeatureSettings(pub Box<[FeatureTagValue<i32>]>);

Fields§

§0: Box<[FeatureTagValue<i32>]>