Source code for fontTools.ttLib.tables.M_A_T_H_

from .otBase import BaseTTXConverter


[docs] class table_M_A_T_H_(BaseTTXConverter): """Mathematical Typesetting table The ``MATH`` table contains a variety of information needed to typeset glyphs in mathematical formulas and expressions. See also https://learn.microsoft.com/en-us/typography/opentype/spec/math """ pass