Add 'TTFA' table
Apparently this is an ASCII table used by ttfautohint to record used settings.
This commit is contained in:
parent
77144253b6
commit
48bb7cda7c
@ -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_
|
||||||
|
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user