Update table list for SVG

This commit is contained in:
Behdad Esfahbod 2013-08-29 16:15:14 -04:00
parent ddcca79308
commit 562400ea10
2 changed files with 2 additions and 1 deletions

View File

@ -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: The following tables are currently supported:
<BLOCKQUOTE><TT> <BLOCKQUOTE><TT>
<!-- begin table list --> <!-- begin table list -->
BASE, CBDT, CBLC, CFF, COLR, CPAL, DSIG, EBDT, EBLC, GDEF, GMAP, GPKG, GPOS, GSUB, JSTF, LTSH, META, OS/2, SING, 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, vhea and vmtx
<!-- end table list --> <!-- end table list -->
</TT></BLOCKQUOTE> </TT></BLOCKQUOTE>
Other tables are dumped as hexadecimal data. Other tables are dumped as hexadecimal data.

View File

@ -22,6 +22,7 @@ def _moduleFinderHint():
import M_E_T_A_ import M_E_T_A_
import O_S_2f_2 import O_S_2f_2
import S_I_N_G_ import S_I_N_G_
import S_V_G_
import T_S_I_B_ import T_S_I_B_
import T_S_I_D_ import T_S_I_D_
import T_S_I_J_ import T_S_I_J_