Type Alias WordSpacing

Source
pub type WordSpacing = LengthPercentage;
Expand description

A computed value for the word-spacing property.

Aliased Type§

#[repr(transparent)]
pub struct WordSpacing(LengthPercentageUnion);

Tuple Fields§

§0: LengthPercentageUnion

Implementations§

Source§

impl WordSpacing

Source

pub fn normal() -> Self

Return the normal computed value, which is just zero.