提交 20a11a82 编写于 作者: B Behdad Esfahbod

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

This reverts commit 616fd34a.
上级 54d332dd
......@@ -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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册