shithub: freetype+ttf2subf

Download patch

ref: 8d37efbc79a76075227ec6b2939db901bcf50328
parent: 18bd176a65c0dce5779ac610e6c09bc6d35d207b
author: Werner Lemberg <[email protected]>
date: Thu Dec 22 15:48:28 EST 2016

Add missing ChangeLog entry for commit d44daf9e.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -46,6 +46,21 @@
 
 2016-12-21  Werner Lemberg  <[email protected]>
 
+	[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  <[email protected]>
+
 	* src/truetype/ttgxvar.c (TT_Vary_Apply_Glyph_Deltas): Thinko.
 
 	Don't apply deltas twice for non-phantom points.