forked from minhngoc25a/freetype2
* src/autofit/aflatin.c (af_latin_metrics_init_widths): Minor.
This commit is contained in:
parent
8acd9800ed
commit
3736b28af9
|
@ -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.
|
||||
|
|
|
@ -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 ));
|
||||
|
|
Loading…
Reference in New Issue