diff --git a/README.rst b/README.rst index a2618ea13..5f753bcf5 100644 --- a/README.rst +++ b/README.rst @@ -92,13 +92,20 @@ these are explained in the help text, as displayed when typing The TTX file format ^^^^^^^^^^^^^^^^^^^ -The following tables are currently supported: BASE, CBDT, CBLC, CFF, -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 Other tables are dumped as hexadecimal data. +The following tables are currently supported: + +.. begin table list +.. code:: + + BASE, CBDT, CBLC, CFF, 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 +.. end table list + +Other tables are dumped as hexadecimal data. TrueType fonts use glyph indices (GlyphIDs) to refer to glyphs in most places. While this is fine in binary form, it is really hard to work