Type Alias style::values::computed::text::WordSpacing

source ·
pub type WordSpacing = LengthPercentage;
Expand description

A computed value for the word-spacing property.

Aliased Type§

struct WordSpacing(LengthPercentageUnion);

Fields§

§0: LengthPercentageUnion

Implementations§

source§

impl WordSpacing

source

pub fn normal() -> Self

Return the normal computed value, which is just zero.