提交 616fd34a 编写于 作者: B Behdad Esfahbod

[subset] Disable GSUB/GPOS subsetting for now

So I can get a release out.  I haven't debugged those yet, and they
are producing bad tables.
上级 d42f0e58
......@@ -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.
先完成此消息的编辑!
想要评论请 注册