forked from minhngoc25a/freetype2
Fix for issue 1063
See https://gitlab.freedesktop.org/freetype/freetype/-/issues/1063 for more details on the bug.
This commit is contained in:
parent
6f273f6878
commit
f8c5c54680
|
@ -478,6 +478,10 @@
|
|||
{
|
||||
style = (AF_Style)( globals->glyph_styles[gindex] &
|
||||
AF_STYLE_UNASSIGNED );
|
||||
/* IMPORTANT: Clear the error code, see
|
||||
* https://gitlab.freedesktop.org/freetype/freetype/-/issues/1063
|
||||
*/
|
||||
error = 0;
|
||||
goto Again;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue