diff --git a/Lib/fontTools/ttLib/tables/__init__.py b/Lib/fontTools/ttLib/tables/__init__.py index 925be38ce..c4e4e671b 100644 --- a/Lib/fontTools/ttLib/tables/__init__.py +++ b/Lib/fontTools/ttLib/tables/__init__.py @@ -31,6 +31,7 @@ def _moduleFinderHint(): from . import M_E_T_A_ from . import O_S_2f_2 from . import S_I_N_G_ + from . import S_T_A_T_ from . import S_V_G_ from . import T_S_I_B_ from . import T_S_I_D_ diff --git a/README.md b/README.md index 50946eebe..ed128c0a0 100644 --- a/README.md +++ b/README.md @@ -77,10 +77,10 @@ The following tables are currently supported: BASE, CBDT, CBLC, CFF, COLR, CPAL, DSIG, EBDT, EBLC, FFTM, GDEF, GMAP, GPKG, GPOS, GSUB, HVAR, JSTF, LTSH, MATH, META, OS/2, SING, - SVG, TSI0, TSI1, TSI2, TSI3, TSI5, TSIB, TSID, TSIJ, TSIP, TSIS, - TSIV, VDMX, VORG, VVAR, avar, cmap, cvt, feat, fpgm, fvar, gasp, - glyf, gvar, hdmx, head, hhea, hmtx, kern, loca, ltag, maxp, meta, - name, post, prep, sbix, trak, vhea and vmtx + STAT, SVG, TSI0, TSI1, TSI2, TSI3, TSI5, TSIB, TSID, TSIJ, TSIP, + TSIS, TSIV, VDMX, VORG, VVAR, avar, cmap, cvt, feat, fpgm, fvar, + gasp, glyf, gvar, hdmx, head, hhea, hmtx, kern, loca, ltag, maxp, + meta, name, post, prep, sbix, trak, vhea and vmtx Other tables are dumped as hexadecimal data.