forked from minhngoc25a/freetype2
* src/autofit/afhints.c (af_glyph_hints_reload): Add initialization.
This commit is contained in:
parent
1dacbd893d
commit
0d4ca13865
|
@ -1,3 +1,7 @@
|
|||
2018-08-31 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* src/autofit/afhints.c (af_glyph_hints_reload): Add initialization.
|
||||
|
||||
2018-08-30 Alexei Podtelezhnikov <apodtele@gmail.com>
|
||||
|
||||
Consolidate bitmap presetting and size assessment.
|
||||
|
@ -545,7 +549,7 @@
|
|||
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=9501
|
||||
|
||||
* src/smooth/ftgrays.c (ft_smooth_render_generic): Restore buffer
|
||||
after each rendering in case of failure.
|
||||
after each rendering in case of failure.
|
||||
|
||||
2018-07-28 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
|
|
|
@ -928,6 +928,14 @@
|
|||
prev = end;
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef FT_DEBUG_AUTOFIT
|
||||
point->before[0] = NULL;
|
||||
point->before[1] = NULL;
|
||||
point->after[0] = NULL;
|
||||
point->after[1] = NULL;
|
||||
#endif
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue