aboutsummaryrefslogtreecommitdiff
path: root/Lib/fontTools/ttLib/tables/_m_o_r_t.py
blob: ea86ba8d686039778d173f39e5563ab16f13e8e4 (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/Chap6mort.html
class table__m_o_r_t(BaseTTXConverter):
    pass