Behdad Esfahbod eef4daeeaa Add padding to glyphs only if it makes it possible to use short loca
Otherwise don't add padding.  This is against the spec, but "should"
work everywhere.  The spec only says offsets "should" be padded:

"""Note that the local offsets should be long-aligned, i.e., multiples
of 4. Offsets which are not long-aligned may seriously degrade
performance of some processors."""

We don't add any padded that we absolutely don't have to.  Should save
an average of one byte per glyph on large fonts.
2014-07-22 16:00:24 -04:00
..
2014-07-21 13:19:53 -04:00
2013-06-22 14:25:03 +00:00
2014-01-14 15:07:50 +08:00
2014-07-02 17:09:22 -04:00
2014-01-28 16:42:24 -05:00