mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
[aat] Clear buffer glyph set
Should be clear already but no harm.
This commit is contained in:
parent
54962b3fce
commit
b1a9219ac5
1 changed files with 3 additions and 0 deletions
|
@ -98,7 +98,10 @@ struct hb_aat_apply_context_t :
|
|||
using_buffer_glyph_set = buffer->len >= 4;
|
||||
|
||||
if (using_buffer_glyph_set)
|
||||
{
|
||||
buffer_glyph_set.clear ();
|
||||
buffer->collect_codepoints (buffer_glyph_set);
|
||||
}
|
||||
}
|
||||
bool buffer_intersects_machine () const
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue