mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-17 02:35:52 +00:00
[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:
parent
2449eb0882
commit
c38d518718
1 changed files with 4 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue