• Show log

    Commit

  • Hash : f9350be1
    Author : Ben Wagner
    Date : 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.