Commit f9350be1e45baa1c29f7551274982262f8e769ce

Ben Wagner 2021-04-01T09:44:00

[base] Complete `ft_glyphslot_clear`. * src/base/ftobjs.c (ft_glyphslot_clear): This function is intended to reset all the values of a glyph slot. However, it was not resetting the values of the advances and `glyph_index`. Reset the advances and `glyph_index` to zero.