Type Alias style::values::computed::font::MathDepth

source ·
pub type MathDepth = i8;
Expand description

The computed value of the math-depth property.

Trait Implementations§

source§

impl ToResolvedValue for i8

§

type ResolvedValue = i8

The resolved value type we’re going to be converted to.
source§

fn to_resolved_value(self, _: &Context<'_>) -> Self

Convert a resolved value to a resolved value.
source§

fn from_resolved_value(resolved: Self::ResolvedValue) -> Self

Convert a resolved value to resolved value form.