[ot] Don't try to compose if normalization is off
This commit is contained in:
parent
0596343bfe
commit
08cf5d75ef
|
@ -355,7 +355,8 @@ _hb_ot_shape_normalize (const hb_ot_shape_plan_t *plan,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (mode == HB_OT_SHAPE_NORMALIZATION_MODE_DECOMPOSED)
|
if (mode == HB_OT_SHAPE_NORMALIZATION_MODE_NONE ||
|
||||||
|
mode == HB_OT_SHAPE_NORMALIZATION_MODE_DECOMPOSED)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
/* Third round, recompose */
|
/* Third round, recompose */
|
||||||
|
|
Loading…
Reference in New Issue