Cosimo Lupo e40dffd86d [_c_m_a_p] don't set self.data = headerdata + data inside cmap_format_14.compile
self.data is usually set by decompileHeader as "the data after the header"; while here
it also included `headerdata`. This produced corrupt data if the compile method was called
again, as the header data is added again to self.data.

Moreover, in none of the subtable classes' `compile` methods, the re-compiled data is
stored in self.data, so we shall not do that for format 14 either.

Fixes #389
2016-01-31 21:00:11 +00:00
..
2015-04-26 02:01:01 -04:00
2015-07-01 12:21:07 +02:00
2015-04-26 02:01:01 -04:00
2015-04-26 02:01:01 -04:00
2015-09-24 17:03:40 +01:00
2015-09-24 17:03:34 +01:00
2015-04-26 02:01:01 -04:00
2015-04-26 02:01:01 -04:00
2015-04-26 02:01:01 -04:00
2015-04-26 00:49:36 -04:00
2015-04-26 02:01:01 -04:00
2015-04-26 02:01:01 -04:00
2015-04-26 02:01:01 -04:00
2015-04-26 02:01:01 -04:00
2016-01-27 19:02:48 +00:00
2015-04-26 02:01:01 -04:00
2016-01-27 19:02:48 +00:00
2015-04-26 02:01:01 -04:00
2015-04-26 02:01:01 -04:00
2015-04-26 02:01:01 -04:00
2015-04-26 02:01:01 -04:00
2015-04-26 02:01:01 -04:00
2015-04-26 02:01:01 -04:00