monks/math_shift
The math-shift property indicates whether superscripts inside MathML formulas should be raised by a normal or compact shift.
Values
pub const compact: #(String, String)
- : Indicates compact rendering. Superscripts in MathML formulas use the superscriptShiftUpCramped parameter from the OpenType MATH table, which is generally smaller.
pub const normal: #(String, String)
- : The initial value, indicates normal rendering. Superscripts in MathML formulas use the superscriptShiftUp parameter from the OpenType MATH table.
pub const revert_layer: #(String, String)