This commit is contained in:
David Turner 2005-02-10 15:06:00 +00:00
parent a50ded0262
commit edccc43477
1 changed files with 2 additions and 0 deletions

View File

@ -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 );
}