Don't decompose Bengali Rra and Rha
Fixes #779 and follow up to b01d9b3d90
This commit is contained in:
parent
5ad87a93fe
commit
9925030f19
|
@ -1470,6 +1470,9 @@ decompose_indic (const hb_ot_shape_normalize_context_t *c,
|
|||
{
|
||||
/* Don't decompose these. */
|
||||
case 0x0931u : return false; /* DEVANAGARI LETTER RRA */
|
||||
// https://github.com/harfbuzz/harfbuzz/issues/779
|
||||
case 0x09DCu : return false; /* BENGALI LETTER RRA */
|
||||
case 0x09DDu : return false; /* BENGALI LETTER RHA */
|
||||
case 0x0B94u : return false; /* TAMIL LETTER AU */
|
||||
|
||||
|
||||
|
|
|
@ -16,6 +16,7 @@ TESTS = \
|
|||
tests/hangul-jamo.tests \
|
||||
tests/hyphens.tests \
|
||||
tests/indic-consonant-with-stacker.tests \
|
||||
tests/indic-decompose.tests \
|
||||
tests/indic-init.tests \
|
||||
tests/indic-joiner-candrabindu.tests \
|
||||
tests/indic-joiners.tests \
|
||||
|
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
../fonts/932ad5132c2761297c74e9976fe25b08e5ffa10b.ttf:--font-funcs=ot:U+09DC,U+0020,U+09DD,U+0020,U+09A1,U+09BC,U+0020,U+09A2,U+09BC:[bn_rha=0+1024|space=1+1024|bn_yya=2+1024|space=3+1024|bn_dda=4+1024|bn_nukta=4+1024|space=6+1024|bn_ddha=7+1024|bn_nukta=7+1024]
|
Loading…
Reference in New Issue