From: Rod Sheeter Date: Sat, 24 Feb 2018 01:53:26 +0000 (-0800) Subject: Merge branch 'master' of https://github.com/harfbuzz/harfbuzz into drophints X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d78393b5547135b8db0356b0ec14d5ed0d334768;p=platform%2Fupstream%2FlibHarfBuzzSharp.git Merge branch 'master' of https://github.com/harfbuzz/harfbuzz into drophints --- d78393b5547135b8db0356b0ec14d5ed0d334768 diff --cc src/hb-subset.cc index c708e19,12cdb1d..cba0517 --- a/src/hb-subset.cc +++ b/src/hb-subset.cc @@@ -229,9 -238,11 +238,12 @@@ _subset_table (hb_subset_plan_t *plan case HB_OT_TAG_glyf: result = _subset (plan); break; + case HB_OT_TAG_hdmx: + result = _subset (plan); + break; case HB_OT_TAG_head: - // SKIP head, it's handled by glyf + // TODO that won't work well if there is no glyf + DEBUG_MSG(SUBSET, nullptr, "skip head, handled by glyf"); result = true; break; case HB_OT_TAG_hhea: