Type Alias FontVariationSettings

Source
pub type FontVariationSettings = FontSettings<VariationValue<Number>>;
Expand description

This property provides low-level control over OpenType or TrueType font variations.

Aliased Type§

pub struct FontVariationSettings(pub Box<[VariationValue<Number>]>);

Tuple Fields§

§0: Box<[VariationValue<Number>]>