freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] master 02cfd71: * src/autofit/afhints.c (af_glyph_hints_dump


From: Werner LEMBERG
Subject: [freetype2] master 02cfd71: * src/autofit/afhints.c (af_glyph_hints_dump_points): Minor.
Date: Thu, 29 Oct 2015 19:51:08 +0000

branch: master
commit 02cfd71498fda2fca19a8fc70a4c9b7a912425a0
Author: Werner Lemberg <address@hidden>
Commit: Werner Lemberg <address@hidden>

    * src/autofit/afhints.c (af_glyph_hints_dump_points): Minor.
---
 ChangeLog             |    4 ++++
 src/autofit/afhints.c |    5 +++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index dd0d091..a03116b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2015-10-29  Werner Lemberg  <address@hidden>
 
+       * src/autofit/afhints.c (af_glyph_hints_dump_points): Minor.
+
+2015-10-29  Werner Lemberg  <address@hidden>
+
        * CMakeLists.txt: Remove code to set MSVC's /FD compiler switch.
 
        Problem reported by David Capello <address@hidden>; see
diff --git a/src/autofit/afhints.c b/src/autofit/afhints.c
index dbb34ac..6743878 100644
--- a/src/autofit/afhints.c
+++ b/src/autofit/afhints.c
@@ -312,7 +312,7 @@
       char  buf1[16], buf2[16], buf3[16], buf4[16];
 
 
-      AF_DUMP(( "  %5d  %5s %5s  %5s %5s    %c  "
+      AF_DUMP(( "  %5d  %5s %5s  %5s %5s  %s "
                 " %5d %5d %7.2f %7.2f %7.2f %7.2f\n",
                 point_idx,
                 af_print_idx( buf1,
@@ -321,7 +321,8 @@
                 af_print_idx( buf3,
                               af_get_edge_index( hints, segment_idx_0, 0 ) ),
                 af_print_idx( buf4, segment_idx_0 ),
-                ( point->flags & AF_FLAG_WEAK_INTERPOLATION ) ? 'w' : '-',
+                ( point->flags & AF_FLAG_WEAK_INTERPOLATION ) ? "weak"
+                                                              : " -- ",
 
                 point->fx,
                 point->fy,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]