From 48bb7cda7c3bc0582af2b050b75e04fe3dfb8387 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 6 Mar 2017 18:08:19 -0800 Subject: [PATCH] Add 'TTFA' table Apparently this is an ASCII table used by ttfautohint to record used settings. --- Lib/fontTools/ttLib/tables/__init__.py | 1 + README.rst | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Lib/fontTools/ttLib/tables/__init__.py b/Lib/fontTools/ttLib/tables/__init__.py index 05cc01a64..22f8b8d05 100644 --- a/Lib/fontTools/ttLib/tables/__init__.py +++ b/Lib/fontTools/ttLib/tables/__init__.py @@ -46,6 +46,7 @@ def _moduleFinderHint(): from . import T_S_I__2 from . import T_S_I__3 from . import T_S_I__5 + from . import T_T_F_A_ from . import V_D_M_X_ from . import V_O_R_G_ from . import V_V_A_R_ diff --git a/README.rst b/README.rst index 055d23ec3..2af0be17f 100644 --- a/README.rst +++ b/README.rst @@ -100,10 +100,10 @@ The following tables are currently supported: BASE, CBDT, CBLC, CFF, CFF2, COLR, CPAL, DSIG, EBDT, EBLC, FFTM, GDEF, GMAP, GPKG, GPOS, GSUB, HVAR, JSTF, LTSH, MATH, META, MVAR, OS/2, SING, STAT, SVG, TSI0, TSI1, TSI2, TSI3, TSI5, TSIB, TSID, - TSIJ, TSIP, TSIS, TSIV, VDMX, VORG, VVAR, avar, cmap, cvar, cvt, - feat, fpgm, fvar, gasp, glyf, gvar, hdmx, head, hhea, hmtx, kern, - loca, ltag, maxp, meta, name, post, prep, sbix, trak, vhea and - vmtx + TSIJ, TSIP, TSIS, TSIV, TTFA, VDMX, VORG, VVAR, avar, cmap, cvar, + cvt, feat, fpgm, fvar, gasp, glyf, gvar, hdmx, head, hhea, hmtx, + kern, loca, ltag, maxp, meta, name, post, prep, sbix, trak, vhea + and vmtx .. end table list Other tables are dumped as hexadecimal data.