From 48cfcb076fd2246e763cf6faa5a981267664475f Mon Sep 17 00:00:00 2001 From: Sascha Brawer Date: Fri, 3 Jul 2015 15:13:04 +0200 Subject: [PATCH] =?UTF-8?q?Add=20=E2=80=98meta=E2=80=99=20to=20the=20list?= =?UTF-8?q?=20of=20supported=20tables?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Doc/documentation.html | 2 +- Lib/fontTools/ttLib/tables/__init__.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/documentation.html b/Doc/documentation.html index a3ebd4efc..871a78352 100644 --- a/Doc/documentation.html +++ b/Doc/documentation.html @@ -42,7 +42,7 @@ When using TTX from the command line there are a bunch of extra options, these a The following tables are currently supported:
-BASE, CBDT, CBLC, CFF, COLR, CPAL, DSIG, EBDT, EBLC, FFTM, GDEF, GMAP, GPKG, GPOS, GSUB, JSTF, LTSH, MATH, META, OS/2, SING, SVG, TSI0, TSI1, TSI2, TSI3, TSI5, TSIB, TSID, TSIJ, TSIP, TSIS, TSIV, VDMX, VORG, avar, cmap, cvt, feat, fpgm, fvar, gasp, glyf, gvar, hdmx, head, hhea, hmtx, kern, loca, ltag, maxp, name, post, prep, sbix, vhea and vmtx +BASE, CBDT, CBLC, CFF, COLR, CPAL, DSIG, EBDT, EBLC, FFTM, GDEF, GMAP, GPKG, GPOS, GSUB, JSTF, LTSH, MATH, META, OS/2, SING, SVG, TSI0, TSI1, TSI2, TSI3, TSI5, TSIB, TSID, TSIJ, TSIP, TSIS, TSIV, VDMX, VORG, avar, cmap, cvt, feat, fpgm, fvar, gasp, glyf, gvar, hdmx, head, hhea, hmtx, kern, loca, ltag, maxp, meta, name, post, prep, sbix, vhea and vmtx
Other tables are dumped as hexadecimal data. diff --git a/Lib/fontTools/ttLib/tables/__init__.py b/Lib/fontTools/ttLib/tables/__init__.py index 2be9ad09c..6ba4f2f85 100644 --- a/Lib/fontTools/ttLib/tables/__init__.py +++ b/Lib/fontTools/ttLib/tables/__init__.py @@ -61,6 +61,7 @@ def _moduleFinderHint(): from . import _l_o_c_a from . import _l_t_a_g from . import _m_a_x_p + from . import _m_e_t_a from . import _n_a_m_e from . import _p_o_s_t from . import _p_r_e_p