Use indices into the SFNT table array for representing table info records.
commitc8992cdc8e38245eda4d473a9d140d6e9d708bce
authorWerner Lemberg <wl@gnu.org>
Thu, 17 Mar 2011 03:51:45 +0000 (17 04:51 +0100)
committerWerner Lemberg <wl@gnu.org>
Thu, 17 Mar 2011 03:51:45 +0000 (17 04:51 +0100)
treee84ae987e5c9230f8f7ed2fbfcf2ffdf20b9f9f4
parent1d7fdf6f392d960101db635ac001939c8850f152
Use indices into the SFNT table array for representing table info records.

This causes a large bunch of changes:

  o table info records and SFNT table data are now collected in a single
    routine

  o `qsort' has been replaced with a manually written sort routine (it can't
    be longer used since the comparison routine would need access to data
    outside of the array elements)

  o file offsets are now stored in the SFNT structure
src/ttfautohint.c