diff options
author | punchcutter <zarijoscha@gmail.com> | 2019-03-27 23:12:58 -0700 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2019-03-28 13:31:45 -0700 |
commit | a7eed7e41dba8e583a9c740a4ca7ddf53e77de63 (patch) | |
tree | 4f8f18a75e584ae26319c743f270d62bb5a04ea5 | |
parent | cf040c0fef4a049a75a5ec7972f518b9034bdc76 (diff) | |
download | harfbuzz-a7eed7e41dba8e583a9c740a4ca7ddf53e77de63.tar.gz |
Override USE category for Grantha and Tirhuta visargas to allow marks
-rwxr-xr-x | src/gen-use-table.py | 3 | ||||
-rw-r--r-- | src/hb-ot-shape-complex-use-table.cc | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/src/gen-use-table.py b/src/gen-use-table.py index c725bb2c..029e66e5 100755 --- a/src/gen-use-table.py +++ b/src/gen-use-table.py @@ -368,7 +368,8 @@ def map_to_use(data): # TODO: These are not in USE's override list that we have, nor are they in Unicode 12.0 if 0xA926 <= U <= 0xA92A: UIPC = Top # TODO: https://github.com/harfbuzz/harfbuzz/pull/1037 - if U == 0x11302: UIPC = Top + # and https://github.com/harfbuzz/harfbuzz/issues/1631 + if U in [0x11302, 0x11303, 0x114C1]: UIPC = Top if U == 0x1171E: UIPC = Left if 0x1CF8 <= U <= 0x1CF9: UIPC = Top diff --git a/src/hb-ot-shape-complex-use-table.cc b/src/hb-ot-shape-complex-use-table.cc index 4de53820..cb5c358c 100644 --- a/src/hb-ot-shape-complex-use-table.cc +++ b/src/hb-ot-shape-complex-use-table.cc @@ -581,7 +581,7 @@ static const USE_TABLE_ELEMENT_TYPE use_table[] = { /* Grantha */ - /* 11300 */ VMAbv, VMAbv, VMAbv, VMPst, O, B, B, B, B, B, B, B, B, O, O, B, + /* 11300 */ VMAbv, VMAbv, VMAbv, VMAbv, O, B, B, B, B, B, B, B, B, O, O, B, /* 11310 */ B, O, O, B, B, B, B, B, B, B, B, B, B, B, B, B, /* 11320 */ B, B, B, B, B, B, B, B, B, O, B, B, B, B, B, B, /* 11330 */ B, O, B, B, O, B, B, B, B, B, O, CMBlw, CMBlw, B, VPst, VPst, @@ -610,7 +610,7 @@ static const USE_TABLE_ELEMENT_TYPE use_table[] = { /* 11490 */ B, B, B, B, B, B, B, B, B, B, B, B, B, B, B, B, /* 114A0 */ B, B, B, B, B, B, B, B, B, B, B, B, B, B, B, B, /* 114B0 */ VPst, VPre, VPst, VBlw, VBlw, VBlw, VBlw, VBlw, VBlw, VPre, VAbv, VPst, VPst, VPst, VPst, VMAbv, - /* 114C0 */ VMAbv, VMPst, H, CMBlw, B, O, O, O, O, O, O, O, O, O, O, O, + /* 114C0 */ VMAbv, VMAbv, H, CMBlw, B, O, O, O, O, O, O, O, O, O, O, O, /* 114D0 */ B, B, B, B, B, B, B, B, B, B, O, O, O, O, O, O, #define use_offset_0x11580u 4720 |