From 025137c3ac9adb0548533e3da85aeb5e4b3298fe Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Wed, 18 Jan 2017 16:15:11 +0000 Subject: [PATCH] [README.rst] fix the table list --- README.rst | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) 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