Add missing ChangeLog entry for commit d44daf9e.

This commit is contained in:
Werner Lemberg 2016-12-22 20:48:28 +01:00
parent 18bd176a65
commit 8d37efbc79
1 changed files with 15 additions and 0 deletions

View File

@ -44,6 +44,21 @@
Thanks again to Ben for checking.
2016-12-21 Werner Lemberg <wl@gnu.org>
[autofit] Support variation fonts.
(This ChangeLog entry was added later on.)
* src/autofit/afglobal.c (af_face_globals_free): Remove useless
code.
* src/base/ftmm.c (FT_Set_MM_Design_Coordinates,
* FT_Set_Var_Design_Coordinates, FT_Set_MM_Blend_Coordinates,
FT_Set_Var_Blend_Coordinates): Finalize
auto-hinter data to enforce recomputation. Note that this is a
brute-force method which should be improved.
2016-12-21 Werner Lemberg <wl@gnu.org>
* src/truetype/ttgxvar.c (TT_Vary_Apply_Glyph_Deltas): Thinko.