Edit

kc3-lang/freetype/src/autofit

Branch :

  • Show log

    Commit

  • Author : Werner Lemberg
    Date : 2025-07-01 22:15:07
    Hash : 0fd0cf33
    Message : [autofit] Remove `globals->gsub_length`. We completely validate the accessed data from the 'GSUB' table, making this field unnecessary. * src/autofit/afglobal.h (AF_FaceGlobalsRec): Remove `gsub_length` field. * src/autofit/afglobal.c (af_face_globals_new), src/autofit/afgsub.c (af_parse_gsub): Updated.