From ec8084d87f273266c5d79d06c421b5167dd97f94 Mon Sep 17 00:00:00 2001 From: bruvzg <7645683+bruvzg@users.noreply.github.com> Date: Sat, 17 Sep 2022 23:19:11 +0300 Subject: HarfBuzz: Update to version 5.2.0, add new Unicode 15 blocks and scripts. --- thirdparty/harfbuzz/src/OT/Layout/GPOS/PairPosFormat1.hh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'thirdparty/harfbuzz/src/OT/Layout/GPOS/PairPosFormat1.hh') diff --git a/thirdparty/harfbuzz/src/OT/Layout/GPOS/PairPosFormat1.hh b/thirdparty/harfbuzz/src/OT/Layout/GPOS/PairPosFormat1.hh index 3cb207281d..ddf7313f94 100644 --- a/thirdparty/harfbuzz/src/OT/Layout/GPOS/PairPosFormat1.hh +++ b/thirdparty/harfbuzz/src/OT/Layout/GPOS/PairPosFormat1.hh @@ -127,6 +127,12 @@ struct PairPosFormat1_3 out->valueFormat[1] = newFormats.second; } + if (c->plan->all_axes_pinned) + { + out->valueFormat[0] = out->valueFormat[0].drop_device_table_flags (); + out->valueFormat[1] = out->valueFormat[1].drop_device_table_flags (); + } + hb_sorted_vector_t new_coverage; + hb_zip (this+coverage, pairSet) -- cgit v1.2.3