commit | 9bd8d66c2ba97aec57597ff85e059a7618260a1c | [log] [tgz] |
---|---|---|
author | Qunxin Liu <[email protected]> | Wed Jun 12 11:02:48 2019 -0700 |
committer | Garret Rieger <[email protected]> | Mon Jun 24 10:42:59 2019 -0700 |
tree | 2312b348b27a94ba896a695e8b9ac607a2d6da89 | |
parent | 8062979990d348671b465c877e4dd672e1337665 [diff] [blame] |
[subset] VORG table to use _subset2 method and new iterator frameworks
diff --git a/src/hb-subset.cc b/src/hb-subset.cc index 3f4c2e4..b117870 100644 --- a/src/hb-subset.cc +++ b/src/hb-subset.cc
@@ -204,7 +204,7 @@ result = _subset<const OT::cff2> (plan); break; case HB_OT_TAG_VORG: - result = _subset<const OT::VORG> (plan); + result = _subset2<const OT::VORG> (plan); break; #endif