* src/psaux/pshints.c (cf2_hintmap_build): Improve debugging output.

check-deprecated-warning-for-macosx
Werner Lemberg 2 years ago
parent 905270925d
commit 2adb810c3d
  1. 6
      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; */

Loading…
Cancel
Save