]> git.eshelyaron.com Git - emacs.git/commit
Bring GX point interpolation further into standards compliance
authorPo Lu <luangruo@yahoo.com>
Mon, 1 Jan 2024 03:27:59 +0000 (11:27 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 1 Jan 2024 03:27:59 +0000 (11:27 +0800)
commitf80f1b23bfd277a9db0ee6961a3d9f09c4cba219
treef7f167f20fc1076118064e82f5b0d870f22e4f96
parent82bb8de74617b3af083412614c126c82153c2a29
Bring GX point interpolation further into standards compliance

* src/sfnt.c (sfnt_infer_deltas_2): New function; factor much of
sfnt_infer_deltas_1 into this function, then modify its
treatment of untouched points positioned at their reference
points to align with standard GX treatment.
(sfnt_infer_deltas_1): Remove all code not concerning anchor
point discovery.
(main): Adjust tests.
src/sfnt.c