blob: 35d29e9b13e9c8aeca0a95a3e965c52e7c96aed1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
"""
pass
|