Rebuild tables lists

This commit is contained in:
Just van Rossum 2024-05-25 17:50:29 +02:00
parent b60df6e5ce
commit 1c2a10f700
2 changed files with 6 additions and 5 deletions

View File

@ -39,10 +39,10 @@ The following tables are currently supported::
FFTM, Feat, GDEF, GMAP, GPKG, GPOS, GSUB, Glat, Gloc, HVAR, JSTF, FFTM, Feat, GDEF, GMAP, GPKG, GPOS, GSUB, Glat, Gloc, HVAR, JSTF,
LTSH, MATH, META, MVAR, OS/2, SING, STAT, SVG, Silf, Sill, TSI0, LTSH, MATH, META, MVAR, OS/2, SING, STAT, SVG, Silf, Sill, TSI0,
TSI1, TSI2, TSI3, TSI5, TSIB, TSIC, TSID, TSIJ, TSIP, TSIS, TSIV, TSI1, TSI2, TSI3, TSI5, TSIB, TSIC, TSID, TSIJ, TSIP, TSIS, TSIV,
TTFA, VDMX, VORG, VVAR, ankr, avar, bsln, cidg, cmap, cvar, cvt, TTFA, VARC, VDMX, VORG, VVAR, ankr, avar, bsln, cidg, cmap, cvar,
feat, fpgm, fvar, gasp, gcid, glyf, gvar, hdmx, head, hhea, hmtx, cvt, feat, fpgm, fvar, gasp, gcid, glyf, gvar, hdmx, head, hhea,
kern, lcar, loca, ltag, maxp, meta, mort, morx, name, opbd, post, hmtx, kern, lcar, loca, ltag, maxp, meta, mort, morx, name, opbd,
prep, prop, sbix, trak, vhea and vmtx post, prep, prop, sbix, trak, vhea and vmtx
.. end table list .. end table list

View File

@ -50,6 +50,7 @@ def _moduleFinderHint():
from . import T_S_I__3 from . import T_S_I__3
from . import T_S_I__5 from . import T_S_I__5
from . import T_T_F_A_ from . import T_T_F_A_
from . import V_A_R_C_
from . import V_D_M_X_ from . import V_D_M_X_
from . import V_O_R_G_ from . import V_O_R_G_
from . import V_V_A_R_ from . import V_V_A_R_