提交 79b2fa62 编写于 作者: B Behdad Esfahbod
上级 39bd07ae
...@@ -789,7 +789,7 @@ initial_reordering_consonant_syllable (const hb_ot_shape_plan_t *plan, ...@@ -789,7 +789,7 @@ initial_reordering_consonant_syllable (const hb_ot_shape_plan_t *plan,
* We could use buffer->sort() for this, if there was no special * We could use buffer->sort() for this, if there was no special
* reordering of pre-base stuff happening later... * reordering of pre-base stuff happening later...
*/ */
if (indic_plan->is_old_spec || end - base > 127) if (indic_plan->is_old_spec || end - start > 127)
buffer->merge_clusters (base, end); buffer->merge_clusters (base, end);
else else
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册