pub type TextDecorationLength = GenericTextDecorationLength<LengthPercentage>;
Expand description
Implements type for text-decoration-thickness
property.
Aliased Type§
enum TextDecorationLength {
LengthPercentage(LengthPercentage),
Auto,
FromFont,
}