summaryrefslogtreecommitdiffstats
path: root/thirdparty/harfbuzz/src/hb-subset-input.cc
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-03-11 14:02:34 +0100
committerRémi Verschelde <rverschelde@gmail.com>2024-03-11 14:02:34 +0100
commitbefc738b44fc05249cb81ee6563a44533bbea3c4 (patch)
treebb0e8e157ac1f63fff42748a8787428fe3634400 /thirdparty/harfbuzz/src/hb-subset-input.cc
parent1bbdbbaada71655f6065562185937f6628b020f2 (diff)
parentac4cc07301eda22964d676cb410c5aba1cc1bd39 (diff)
downloadredot-engine-befc738b44fc05249cb81ee6563a44533bbea3c4.tar.gz
Merge pull request #89304 from Chubercik/harfbuzz-8.3.0
harfbuzz: Update to 8.3.0
Diffstat (limited to 'thirdparty/harfbuzz/src/hb-subset-input.cc')
-rw-r--r--thirdparty/harfbuzz/src/hb-subset-input.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/thirdparty/harfbuzz/src/hb-subset-input.cc b/thirdparty/harfbuzz/src/hb-subset-input.cc
index 0277d3d3d6..1e0a89a630 100644
--- a/thirdparty/harfbuzz/src/hb-subset-input.cc
+++ b/thirdparty/harfbuzz/src/hb-subset-input.cc
@@ -123,6 +123,12 @@ hb_subset_input_t::hb_subset_input_t ()
//justify
HB_TAG ('j', 'a', 'l', 't'), // HarfBuzz doesn't use; others might
+ //East Asian spacing
+ HB_TAG ('c', 'h', 'w', 's'),
+ HB_TAG ('v', 'c', 'h', 'w'),
+ HB_TAG ('h', 'a', 'l', 't'),
+ HB_TAG ('v', 'h', 'a', 'l'),
+
//private
HB_TAG ('H', 'a', 'r', 'f'),
HB_TAG ('H', 'A', 'R', 'F'),