Function default_math_class

Source
pub fn default_math_class(c: char) -> Option<MathClass>
Expand description

Returns the default math class of a character in Typst, if it has one.

This is determined by the Unicode math class, with some manual overrides.