shithub: freetype+ttf2subf

Download patch

ref: f438e069723c1e7a7a226e05f677a5e17e346a67
parent: ef48653023ea3e67bb4df3b5be1ef10089623abf
author: Werner Lemberg <[email protected]>
date: Sat Jan 27 09:39:15 EST 2018

* src/truetype/ttgxvar.c (tt_set_mm_blend): Minor.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2018-01-27  Werner Lemberg  <[email protected]>
 
+	* src/truetype/ttgxvar.c (tt_set_mm_blend): Minor.
+
+2018-01-27  Werner Lemberg  <[email protected]>
+
 	[truetype] Better trace VF instances.
 
 	* src/truetype/ttgxvar.c (ft_var_to_normalized): Don't emit number
--- a/src/truetype/ttgxvar.c
+++ b/src/truetype/ttgxvar.c
@@ -2440,11 +2440,12 @@
       num_coords = mmvar->num_axis;
     }
 
-    FT_TRACE5(( "normalized design coordinates:\n" ));
+    FT_TRACE5(( "TT_Set_MM_Blend:"
+                "  normalized design coordinates:\n" ));
 
     for ( i = 0; i < num_coords; i++ )
     {
-      FT_TRACE5(( "  %.5f\n", coords[i] / 65536.0 ));
+      FT_TRACE5(( "    %.5f\n", coords[i] / 65536.0 ));
       if ( coords[i] < -0x00010000L || coords[i] > 0x00010000L )
       {
         FT_TRACE1(( "TT_Set_MM_Blend: normalized design coordinate %.5f\n"