Revert "[subset] Disable GSUB/GPOS subsetting for now"

This reverts commit 616fd34a69.
This commit is contained in:
Behdad Esfahbod 2018-09-10 13:56:28 +02:00
parent 54d332dd9b
commit 20a11a824d
1 changed files with 2 additions and 2 deletions

View 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: