mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
[buffer] Fix unsafe_to_concat()
Ouch!
This commit is contained in:
parent
8fe506e153
commit
b2a73166d4
1 changed files with 1 additions and 1 deletions
|
@ -473,7 +473,7 @@ struct hb_buffer_t
|
|||
return;
|
||||
_set_glyph_flags (HB_GLYPH_FLAG_UNSAFE_TO_CONCAT,
|
||||
start, end,
|
||||
true);
|
||||
false);
|
||||
}
|
||||
void unsafe_to_break_from_outbuffer (unsigned int start = 0, unsigned int end = -1)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue