[unsafe-to-concat] Add to GPOS kerning
This commit is contained in:
parent
e1cbd4539f
commit
596bc7e939
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue