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

Implementations§

Source§

impl TextDecorationLength

Source

pub fn auto() -> Self

Auto value.

Source

pub fn is_auto(&self) -> bool

Whether this is the Auto value.