Source code for fontTools.ttLib.tables._m_o_r_t

from .otBase import BaseTTXConverter


# https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6mort.html
[docs] class table__m_o_r_t(BaseTTXConverter): """The AAT ``mort`` table contains glyph transformations used for script shaping and for various other optional smart features. Note: ``mort`` has been deprecated in favor of the newer ``morx`` table. See also https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6mort.html """ pass