Type Alias TextDecorationLength

Source
pub type TextDecorationLength = GenericTextDecorationLength<LengthPercentage>;
Expand description

Implements type for text-decoration-thickness property.

Aliased Type§

#[repr(C, u8)]
pub enum TextDecorationLength { LengthPercentage(LengthPercentage), Auto, FromFont, }

Variants§

§

LengthPercentage(LengthPercentage)

§

Auto

§

FromFont