]> git.eshelyaron.com Git - emacs.git/commit
Properly instruct compound glyphs with compound components
authorPo Lu <luangruo@yahoo.com>
Fri, 22 Dec 2023 02:25:36 +0000 (10:25 +0800)
committerEshel Yaron <me@eshelyaron.com>
Fri, 22 Dec 2023 07:41:45 +0000 (08:41 +0100)
commit494caa22e382dc61e580e26d0d21a8561d3e9732
treed19a981adf7fea218a96a7fb344a190392de7c8f
parenta554971117d8dd0876a61a081d6e864802e7a97e
Properly instruct compound glyphs with compound components

* src/sfnt.c (sfnt_interpret_compound_glyph_2): Don't grow the
compound decomposition context for saving compound points into,
since the space for them already exists.

(cherry picked from commit f34f474e386b662114e6ee4ebd8c37f4cb66db71)
src/sfnt.c