[unsafe-to-concat] Add to GPOS kerning

This commit is contained in:
Behdad Esfahbod 2021-11-20 12:02:47 -07:00
parent e1cbd4539f
commit 596bc7e939
1 changed files with 3 additions and 0 deletions

View File

@ -1235,6 +1235,7 @@ struct PairSet
buffer->idx = pos;
return_trace (true);
}
buffer->unsafe_to_concat (buffer->idx, pos + 1);
return_trace (false);
}
@ -1640,6 +1641,8 @@ struct PairPosFormat2
success:
if (applied_first || applied_second)
buffer->unsafe_to_break (buffer->idx, skippy_iter.idx + 1);
else
buffer->unsafe_to_concat (buffer->idx, skippy_iter.idx + 1);
boring: