Type Definition style::values::computed::text::LineHeight
[−]
[src]
type LineHeight = GenericLineHeight<NonNegativeNumber, NonNegativeLength>;
A computed value for the line-height
property.
Trait Implementations
impl ToAnimatedZero for LineHeight
[src]
fn to_animated_zero(&self) -> Result<Self, ()>
[src]
Returns a value that, when added with an underlying value, will produce the underlying value. This is used for SMIL animation's "by-animation" where SMIL first interpolates from the zero value to the 'by' value, and then adds the result to the underlying value. Read more