[directwrite] Set unsafe to break flag
Like the rest of platform shapers. Otherwise hb-shape --verify goes crazy.
This commit is contained in:
parent
361a438658
commit
7608b19167
|
@ -762,6 +762,8 @@ retry_getglyphs:
|
|||
|
||||
if (isRightToLeft) hb_buffer_reverse (buffer);
|
||||
|
||||
buffer->unsafe_to_break_all ();
|
||||
|
||||
delete [] clusterMap;
|
||||
delete [] glyphIndices;
|
||||
delete [] textProperties;
|
||||
|
|
Loading…
Reference in New Issue