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§

#[repr(C)]
pub struct WordSpacing(NumericUnion<LengthPercentageTag, f32, CalcLengthPercentage>);

Tuple Fields§

§0: NumericUnion<LengthPercentageTag, f32, CalcLengthPercentage>

Implementations§

Source§

impl WordSpacing

Source

pub fn normal() -> Self

Return the normal computed value, which is just zero.