[aat/kerx] Fix initial-glyph collection logic

Test:
$ hb-shape GeezaPro.ttc --unicodes U+064A,U+064E,U+0651,U+0629
This commit is contained in:
Behdad Esfahbod 2025-03-12 22:39:33 -06:00
parent 2449eb0882
commit c38d518718

View file

@ -805,6 +805,10 @@ struct StateTable
}
// And glyphs in those classes.
if (filter (CLASS_DELETED_GLYPH))
glyphs.add (DELETED_GLYPH);
(this+classTable).collect_glyphs_filtered (glyphs, num_glyphs, filter);
}