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

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

Aliased Type§

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

Fields§

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