Behdad Esfahbod 6c51f500fb [subset] Make sure objects are decompiled during subsetting
We need to ensureDecompiled() whenever an object is modified
before we look up any member of it.

Note that normally objects remaining decompiled until we try
to write them out is fine, except for when they depend on
font.getGlyphOrder().  This however, shouldn't normally happen
since if there's an object depending on the glyph list (eg. a
Coverage table), it should already have been process to subset
it according to the requested glyphs.  Or that's the idea at
least.  The few cases that were not handled are handled
explicitly now.

This was showing a bug when subsetting Cabin for example.
2013-12-15 23:15:15 -05:00
..
2013-12-07 17:36:12 -05:00
2013-12-04 01:15:46 -05:00
2013-12-09 02:04:57 -05:00
2013-06-22 14:25:03 +00:00
2013-12-04 08:47:26 +02:00
2013-12-10 18:54:26 -05:00
2013-12-04 01:15:46 -05:00
2013-12-07 12:04:23 -05:00
2013-12-04 16:35:10 -05:00
2013-11-28 18:53:30 -05:00