* src/autofit/aflatin.c (af_latin_metrics_init_widths): Minor.

This commit is contained in:
Werner Lemberg 2019-06-13 13:45:05 +02:00
parent 8acd9800ed
commit 3736b28af9
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2019-06-13 Werner Lemberg <wl@gnu.org>
* src/autofit/aflatin.c (af_latin_metrics_init_widths): Minor.
2019-06-13 Alexei Podtelezhnikov <apodtele@gmail.com>
[smooth] Restore the span buffering for direct mode only.

View File

@ -149,7 +149,11 @@
af_shaper_buf_destroy( face, shaper_buf );
if ( !glyph_index )
{
FT_TRACE5(( "standard character missing;"
" using fallback stem widths\n" ));
goto Exit;
}
FT_TRACE5(( "standard character: U+%04lX (glyph index %d)\n",
ch, glyph_index ));