[subset] Disable GSUB/GPOS subsetting for now
authorBehdad Esfahbod <behdad@behdad.org>
Mon, 10 Sep 2018 09:19:49 +0000 (11:19 +0200)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 10 Sep 2018 09:19:49 +0000 (11:19 +0200)
So I can get a release out.  I haven't debugged those yet, and they
are producing bad tables.

src/hb-subset.cc

index 2bed358..b714f29 100644 (file)
@@ -179,10 +179,10 @@ _subset_table (hb_subset_plan_t *plan,
       break;
 
     case HB_OT_TAG_GSUB:
-      result = _subset2<const OT::GSUB> (plan);
+      //result = _subset2<const OT::GSUB> (plan);
       break;
     case HB_OT_TAG_GPOS:
-      result = _subset2<const OT::GPOS> (plan);
+      //result = _subset2<const OT::GPOS> (plan);
       break;
 
     default: