[Indic] Don't clear the mask for Reph
This was removing the mandatory global 1 bit in the mask and hence disabling GPOS for Reph!
This commit is contained in:
parent
7708ee23cb
commit
daf3234bdc
|
@ -382,7 +382,7 @@ initial_reordering_consonant_syllable (const hb_ot_map_t *map, hb_buffer_t *buff
|
||||||
|
|
||||||
/* Reph */
|
/* Reph */
|
||||||
if (has_reph)
|
if (has_reph)
|
||||||
info[start].mask = mask_array[RPHF];
|
info[start].mask |= mask_array[RPHF];
|
||||||
|
|
||||||
/* Pre-base */
|
/* Pre-base */
|
||||||
mask = mask_array[HALF] | mask_array[AKHN] | mask_array[CJCT];
|
mask = mask_array[HALF] | mask_array[AKHN] | mask_array[CJCT];
|
||||||
|
|
Loading…
Reference in New Issue