aboutsummaryrefslogtreecommitdiff
path: root/Lib/fontTools/ttLib/tables/_m_o_r_x.py
blob: e64e2b81cd4ee367372af753cbd9317981877fd1 (plain)
1
2
3
4
5
6
7
from fontTools.misc.py23 import *
from .otBase import BaseTTXConverter


# https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6morx.html
class table__m_o_r_x(BaseTTXConverter):
    pass