Skip to main content

WordSpacing

Type Alias WordSpacing 

Source
pub type WordSpacing = LengthPercentage;
Expand description

A computed value for the word-spacing property.

Aliased Type§

pub struct WordSpacing(/* private fields */);

Implementations§

Source§

impl WordSpacing

Source

pub fn normal() -> Self

Return the normal computed value, which is just zero.