2013-12-09 02:04:57 -05:00
|
|
|
from .otBase import BaseTTXConverter
|
|
|
|
|
|
|
|
|
|
|
|
class table_M_A_T_H_(BaseTTXConverter):
|
2024-12-04 15:58:46 +00:00
|
|
|
"""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
|