mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-07 12:18:02 +02:00
Fixing bug #11921
This commit is contained in:
parent
fd764556ac
commit
37b67724cc
1 changed files with 2 additions and 0 deletions
|
|
@ -793,6 +793,8 @@
|
|||
/* initialize glyph loader */
|
||||
FT_GlyphLoader_Rewind( glyph->loader );
|
||||
|
||||
glyph->num_subs = 0;
|
||||
|
||||
/* load the glyph, recursively when needed */
|
||||
return pfr_glyph_load_rec( glyph, stream, gps_offset, offset, size );
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue