[subset] Actually subset GDEF

This commit is contained in:
Behdad Esfahbod 2018-12-13 19:39:59 -05:00
parent c9c746c7f6
commit 42a1012562
1 changed files with 3 additions and 0 deletions

View File

@ -189,6 +189,9 @@ _subset_table (hb_subset_plan_t *plan,
case HB_OT_TAG_VORG:
result = _subset<const OT::VORG> (plan);
break;
case HB_OT_TAG_GDEF:
result = _subset2<const OT::GDEF> (plan);
break;
case HB_OT_TAG_GSUB:
result = _subset2<const OT::GSUB> (plan);
break;