freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] master 2adb810c3 1/2: * src/psaux/pshints.c (cf2_hintmap_bui


From: Werner Lemberg
Subject: [freetype2] master 2adb810c3 1/2: * src/psaux/pshints.c (cf2_hintmap_build): Improve debugging output.
Date: Fri, 30 Sep 2022 17:28:33 -0400 (EDT)

branch: master
commit 2adb810c3d40e3e738c878d89af62bd344879e79
Author: Werner Lemberg <wl@gnu.org>
Commit: Werner Lemberg <wl@gnu.org>

    * src/psaux/pshints.c (cf2_hintmap_build): Improve debugging output.
---
 src/psaux/pshints.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/psaux/pshints.c b/src/psaux/pshints.c
index ad472c98d..991204c84 100644
--- a/src/psaux/pshints.c
+++ b/src/psaux/pshints.c
@@ -1034,10 +1034,10 @@
     {
       FT_TRACE6(( "flags: [p]air [g]host [t]op"
                   " [b]ottom [L]ocked [S]ynthetic\n" ));
-      FT_TRACE6(( "Initial hintmap" ));
+      FT_TRACE6(( "Initial hintmap:\n" ));
     }
     else
-      FT_TRACE6(( "Hints:" ));
+      FT_TRACE6(( "Hints:\n" ));
 #endif
 
     cf2_hintmap_dump( hintmap );
@@ -1054,7 +1054,7 @@
     /* adjust positions of hint edges that are not locked to blue zones */
     cf2_hintmap_adjustHints( hintmap );
 
-    FT_TRACE6(( "(adjusted)\n" ));
+    FT_TRACE6(( "Hints adjusted:\n" ));
     cf2_hintmap_dump( hintmap );
 
     /* save the position of all hints that were used in this hint map; */



reply via email to

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