[morx] Remove morx table from table list
Temporarily removing the `morx` table from the table list so that the rest of the AAT work can be merged into master.
This commit is contained in:
parent
020f7391ef
commit
7ee4fc8896
@ -69,7 +69,6 @@ def _moduleFinderHint():
|
||||
from . import _l_t_a_g
|
||||
from . import _m_a_x_p
|
||||
from . import _m_e_t_a
|
||||
from . import _m_o_r_x
|
||||
from . import _n_a_m_e
|
||||
from . import _p_o_s_t
|
||||
from . import _p_r_e_p
|
||||
|
@ -1,7 +0,0 @@
|
||||
from __future__ import print_function, division, absolute_import
|
||||
from fontTools.misc.py23 import *
|
||||
from .otBase import BaseTTXConverter
|
||||
|
||||
|
||||
class table__m_o_r_x(BaseTTXConverter):
|
||||
pass
|
@ -102,8 +102,8 @@ The following tables are currently supported:
|
||||
OS/2, SING, STAT, SVG, TSI0, TSI1, TSI2, TSI3, TSI5, TSIB, TSID,
|
||||
TSIJ, TSIP, TSIS, TSIV, TTFA, VDMX, VORG, VVAR, avar, cmap, cvar,
|
||||
cvt, feat, fpgm, fvar, gasp, glyf, gvar, hdmx, head, hhea, hmtx,
|
||||
kern, loca, ltag, maxp, meta, morx, name, post, prep, sbix, trak,
|
||||
vhea and vmtx
|
||||
kern, loca, ltag, maxp, meta, name, post, prep, sbix, trak, vhea
|
||||
and vmtx
|
||||
.. end table list
|
||||
|
||||
Other tables are dumped as hexadecimal data.
|
||||
|
Loading…
x
Reference in New Issue
Block a user