Type Alias style::values::computed::font::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>]>