Form clusters before ensuring native direciton
This is essential as ensure_native_direction uses cluster info that is set by form_clusters().
This commit is contained in:
parent
9111b21ef9
commit
54d1a0d2b2
|
@ -361,10 +361,10 @@ hb_ot_shape_execute_internal (hb_ot_shape_context_t *c)
|
|||
|
||||
hb_set_unicode_props (c); /* BUFFER: Set general_category and combining_class in var1 */
|
||||
|
||||
hb_ensure_native_direction (c);
|
||||
|
||||
hb_form_clusters (c);
|
||||
|
||||
hb_ensure_native_direction (c);
|
||||
|
||||
_hb_normalize (c);
|
||||
|
||||
hb_ot_shape_setup_masks (c); /* BUFFER: Clobbers var2 */
|
||||
|
|
Loading…
Reference in New Issue