From 98753abb91800b90488a5b6f147a1446eade62e9 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 6 Dec 2013 19:55:29 -0500 Subject: [PATCH] Update table list for sbix --- 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 ac5dfcb37..23dfefa5d 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, GDEF, GMAP, GPKG, GPOS, GSUB, JSTF, LTSH, META, OS/2, SING, SVG, TSI0, TSI1, TSI2, TSI3, TSI5, TSIB, TSID, TSIJ, TSIP, TSIS, TSIV, VORG, cmap, cvt, fpgm, gasp, glyf, hdmx, head, hhea, hmtx, kern, loca, maxp, name, post, prep, vhea and vmtx +BASE, CBDT, CBLC, CFF, COLR, CPAL, DSIG, EBDT, EBLC, GDEF, GMAP, GPKG, GPOS, GSUB, JSTF, LTSH, META, OS/2, SING, SVG, TSI0, TSI1, TSI2, TSI3, TSI5, TSIB, TSID, TSIJ, TSIP, TSIS, TSIV, VORG, cmap, cvt, fpgm, gasp, glyf, hdmx, head, hhea, hmtx, kern, loca, maxp, 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 108aed153..e1eacc057 100644 --- a/Lib/fontTools/ttLib/tables/__init__.py +++ b/Lib/fontTools/ttLib/tables/__init__.py @@ -50,5 +50,6 @@ def _moduleFinderHint(): from . import _n_a_m_e from . import _p_o_s_t from . import _p_r_e_p + from . import _s_b_i_x from . import _v_h_e_a from . import _v_m_t_x