mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-04 21:15:06 +00:00
[matcher] Simplify logic
Another test fails now. Needs to be investigated.
This commit is contained in:
parent
0edab286ee
commit
a79e372935
1 changed files with 1 additions and 4 deletions
|
@ -522,10 +522,7 @@ struct hb_ot_apply_context_t :
|
|||
{
|
||||
idx = start_index_;
|
||||
end = c->buffer->len;
|
||||
if (per_syllable)
|
||||
matcher.set_syllable (start_index_ == c->buffer->idx ? c->buffer->cur().syllable () : 0);
|
||||
else
|
||||
matcher.set_syllable (0);
|
||||
matcher.set_syllable (per_syllable ? c->buffer->cur().syllable () : 0);
|
||||
}
|
||||
|
||||
#ifndef HB_OPTIMIZE_SIZE
|
||||
|
|
Loading…
Add table
Reference in a new issue