commit | db938479d7b1e3ec35a39a9ad31c945e09e6d5e5 | [log] [tgz] |
---|---|---|
author | Qunxin Liu <[email protected]> | Tue Jun 04 10:30:53 2019 -0700 |
committer | Garret Rieger <[email protected]> | Wed Jun 05 14:56:21 2019 -0700 |
tree | c8ada5aa189a2d0a0c76fe0855d5acdc3f679fa0 | |
parent | d5e5f378329b6ce21944b79b568369ea7bc36cf3 [diff] [blame] |
[subset] maxp table to use _subset2
diff --git a/src/hb-subset.cc b/src/hb-subset.cc index ddd88f7..233f3dc 100644 --- a/src/hb-subset.cc +++ b/src/hb-subset.cc
@@ -181,7 +181,7 @@ result = _subset2<const OT::vmtx> (plan); break; case HB_OT_TAG_maxp: - result = _subset<const OT::maxp> (plan); + result = _subset2<const OT::maxp> (plan); break; case HB_OT_TAG_loca: DEBUG_MSG(SUBSET, nullptr, "skip loca handled by glyf");