summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2019-06-13 13:45:05 +0200
committerWerner Lemberg <wl@gnu.org>2019-06-13 13:45:05 +0200
commit3736b28af9d93d74d3d4c269897a80d01dfbfe46 (patch)
treee8af9eee054bd059657eeeca30c19d7cb6ecdf08 /src
parent8acd9800edf581428e5a227022545b700e7ab130 (diff)
downloadfreetype2-3736b28af9d93d74d3d4c269897a80d01dfbfe46.tar.gz
* src/autofit/aflatin.c (af_latin_metrics_init_widths): Minor.
Diffstat (limited to 'src')
-rw-r--r--src/autofit/aflatin.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/autofit/aflatin.c b/src/autofit/aflatin.c
index 9160b34d0..b5cd3c15c 100644
--- a/src/autofit/aflatin.c
+++ b/src/autofit/aflatin.c
@@ -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 ));