summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2022-09-30 17:00:10 +0200
committerWerner Lemberg <wl@gnu.org>2022-09-30 17:00:10 +0200
commit2adb810c3d40e3e738c878d89af62bd344879e79 (patch)
treefa9e72412be58d2ec8edcda61a59c6dd26e3517d
parent905270925dd0492ba557e58938e5513f062e6fc5 (diff)
downloadfreetype2-2adb810c3d40e3e738c878d89af62bd344879e79.tar.gz
* src/psaux/pshints.c (cf2_hintmap_build): Improve debugging output.
-rw-r--r--src/psaux/pshints.c6
1 files 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; */