[Indic] Apply Reph mask to all POS_REPH glyphs
Needed for upcoming changes to GSUB/GPOS mask matching.
This commit is contained in:
parent
4be46bade2
commit
668c6046c1
|
@ -380,8 +380,8 @@ initial_reordering_consonant_syllable (const hb_ot_map_t *map, hb_buffer_t *buff
|
||||||
hb_mask_t mask;
|
hb_mask_t mask;
|
||||||
|
|
||||||
/* Reph */
|
/* Reph */
|
||||||
if (has_reph)
|
for (unsigned int i = start; i < end && info[i].indic_position() == POS_RA_TO_BECOME_REPH; i++)
|
||||||
info[start].mask |= mask_array[RPHF];
|
info[i].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