diff --git a/src/hb-subset.cc b/src/hb-subset.cc index e2d9a89d6..0f4648547 100644 --- a/src/hb-subset.cc +++ b/src/hb-subset.cc @@ -252,6 +252,9 @@ _subset_table (hb_subset_plan_t *plan, case HB_OT_TAG_hmtx: result = _subset (plan); break; + case HB_OT_TAG_vhea: + DEBUG_MSG(SUBSET, nullptr, "skip vhea handled by hmtx"); + return true; case HB_OT_TAG_vmtx: result = _subset (plan); break;