Add 'TTFA' table

Apparently this is an ASCII table used by ttfautohint to record
used settings.
This commit is contained in:
Behdad Esfahbod 2017-03-06 18:08:19 -08:00
parent 77144253b6
commit 48bb7cda7c
2 changed files with 5 additions and 4 deletions

View File

@ -46,6 +46,7 @@ def _moduleFinderHint():
from . import T_S_I__2 from . import T_S_I__2
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 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_

View File

@ -100,10 +100,10 @@ The following tables are currently supported:
BASE, CBDT, CBLC, CFF, CFF2, COLR, CPAL, DSIG, EBDT, EBLC, FFTM, BASE, CBDT, CBLC, CFF, CFF2, COLR, CPAL, DSIG, EBDT, EBLC, FFTM,
GDEF, GMAP, GPKG, GPOS, GSUB, HVAR, JSTF, LTSH, MATH, META, MVAR, GDEF, GMAP, GPKG, GPOS, GSUB, HVAR, JSTF, LTSH, MATH, META, MVAR,
OS/2, SING, STAT, SVG, TSI0, TSI1, TSI2, TSI3, TSI5, TSIB, TSID, OS/2, SING, STAT, SVG, TSI0, TSI1, TSI2, TSI3, TSI5, TSIB, TSID,
TSIJ, TSIP, TSIS, TSIV, VDMX, VORG, VVAR, avar, cmap, cvar, cvt, TSIJ, TSIP, TSIS, TSIV, TTFA, VDMX, VORG, VVAR, avar, cmap, cvar,
feat, fpgm, fvar, gasp, glyf, gvar, hdmx, head, hhea, hmtx, kern, cvt, feat, fpgm, fvar, gasp, glyf, gvar, hdmx, head, hhea, hmtx,
loca, ltag, maxp, meta, name, post, prep, sbix, trak, vhea and kern, loca, ltag, maxp, meta, name, post, prep, sbix, trak, vhea
vmtx and vmtx
.. end table list .. end table list
Other tables are dumped as hexadecimal data. Other tables are dumped as hexadecimal data.