7 lines
170 B
Python
7 lines
170 B
Python
|
from .otBase import BaseTTXConverter
|
||
|
|
||
|
|
||
|
# https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6morx.html
|
||
|
class table__m_o_r_x(BaseTTXConverter):
|
||
|
pass
|