[subset] Actually subset GDEF
authorBehdad Esfahbod <behdad@behdad.org>
Fri, 14 Dec 2018 00:39:59 +0000 (19:39 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Fri, 14 Dec 2018 00:39:59 +0000 (19:39 -0500)
src/hb-subset.cc

index 1a6a5e0..9ce0a72 100644 (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;