Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
342 B
Python
Raw Normal View History

2013-12-09 02:04:57 -05:00
from .otBase import BaseTTXConverter
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
"""
2013-12-09 02:04:57 -05:00
pass