* src/autofit/aflatin.c (af_latin_metrics_init_blues): Minor.
This commit is contained in:
parent
79a42ad283
commit
868d5a0eaf
|
@ -1,3 +1,7 @@
|
|||
2015-12-12 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* src/autofit/aflatin.c (af_latin_metrics_init_blues): Minor.
|
||||
|
||||
2015-12-12 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* src/autofit/afscript.h: Avoid potential crash.
|
||||
|
|
|
@ -773,7 +773,13 @@
|
|||
/* with a vertical shift */
|
||||
best_y += y_offset;
|
||||
|
||||
FT_TRACE5(( " U+%04lX: best_y = %5ld", ch, best_y ));
|
||||
#ifdef FT_DEBUG_LEVEL_TRACE
|
||||
if ( num_idx == 1 )
|
||||
FT_TRACE5(( " U+%04lX: best_y = %5ld", ch, best_y ));
|
||||
else
|
||||
FT_TRACE5(( " component %d of cluster starting with U+%04lX:"
|
||||
" best_y = %5ld", i, ch, best_y ));
|
||||
#endif
|
||||
|
||||
/* now set the `round' flag depending on the segment's kind: */
|
||||
/* */
|
||||
|
|
Loading…
Reference in New Issue