diff --git a/Doc/source/ttx.rst b/Doc/source/ttx.rst index b6e43f5db..9d30683b5 100644 --- a/Doc/source/ttx.rst +++ b/Doc/source/ttx.rst @@ -39,10 +39,10 @@ The following tables are currently supported:: FFTM, Feat, GDEF, GMAP, GPKG, GPOS, GSUB, Glat, Gloc, HVAR, JSTF, LTSH, MATH, META, MVAR, OS/2, SING, STAT, SVG, Silf, Sill, TSI0, TSI1, TSI2, TSI3, TSI5, TSIB, TSIC, TSID, TSIJ, TSIP, TSIS, TSIV, - TTFA, VDMX, VORG, VVAR, ankr, avar, bsln, cidg, cmap, cvar, cvt, - feat, fpgm, fvar, gasp, gcid, glyf, gvar, hdmx, head, hhea, hmtx, - kern, lcar, loca, ltag, maxp, meta, mort, morx, name, opbd, post, - prep, prop, sbix, trak, vhea and vmtx + TTFA, VARC, VDMX, VORG, VVAR, ankr, avar, bsln, cidg, cmap, cvar, + cvt, feat, fpgm, fvar, gasp, gcid, glyf, gvar, hdmx, head, hhea, + hmtx, kern, lcar, loca, ltag, maxp, meta, mort, morx, name, opbd, + post, prep, prop, sbix, trak, vhea and vmtx .. end table list diff --git a/Lib/fontTools/ttLib/tables/__init__.py b/Lib/fontTools/ttLib/tables/__init__.py index f4cba26bf..e622f1d13 100644 --- a/Lib/fontTools/ttLib/tables/__init__.py +++ b/Lib/fontTools/ttLib/tables/__init__.py @@ -3,7 +3,7 @@ def _moduleFinderHint(): """Dummy function to let modulefinder know what tables may be dynamically imported. Generated by MetaTools/buildTableList.py. - >>> _moduleFinderHint() + >>> _moduleFinderHint() """ from . import B_A_S_E_ from . import C_B_D_T_ @@ -50,6 +50,7 @@ def _moduleFinderHint(): from . import T_S_I__3 from . import T_S_I__5 from . import T_T_F_A_ + from . import V_A_R_C_ from . import V_D_M_X_ from . import V_O_R_G_ from . import V_V_A_R_