[directwrite] Set unsafe to break flag

Like the rest of platform shapers. Otherwise hb-shape --verify goes
crazy.
This commit is contained in:
Khaled Hosny 2021-12-01 18:57:21 +02:00
parent 361a438658
commit 7608b19167
1 changed files with 2 additions and 0 deletions

View File

@ -762,6 +762,8 @@ retry_getglyphs:
if (isRightToLeft) hb_buffer_reverse (buffer);
buffer->unsafe_to_break_all ();
delete [] clusterMap;
delete [] glyphIndices;
delete [] textProperties;