]> git.eshelyaron.com Git - emacs.git/commit
Don't magnify extent of shifts by variable glyph interpolation
authorPo Lu <luangruo@yahoo.com>
Wed, 3 Jan 2024 05:42:27 +0000 (13:42 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 3 Jan 2024 05:53:39 +0000 (13:53 +0800)
commitb1380af072d5a76a6f95726fee0eb378dc26849b
treeca1e495ddc9a37c99f4804cd1164d0f03671eca8
parentef71ff4c7e27a04344d8ddcca7e7d3e2822e38bf
Don't magnify extent of shifts by variable glyph interpolation

* src/sfnt.c (sfnt_infer_deltas_2): Correctly index
x_coordinates and y_coordinates computing deltas for plain
shift.
(sfnt_vary_simple_glyph): Copy glyph contents to original_x and
original_y not the first time is create, but before each tuple
is applied.
src/sfnt.c