commit | 42a1012562c1f020f470526a34b68ed21ad138cc | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <[email protected]> | Thu Dec 13 19:39:59 2018 -0500 |
committer | Behdad Esfahbod <[email protected]> | Thu Dec 13 19:39:59 2018 -0500 |
tree | 5f213160282b117f4c5327cfdc120826d69b8575 | |
parent | c9c746c7f6091e575fd74ba8f8cae2c4fd44a1ad [diff] [blame] |
[subset] Actually subset GDEF
diff --git a/src/hb-subset.cc b/src/hb-subset.cc index 1a6a5e0..9ce0a72 100644 --- a/src/hb-subset.cc +++ b/src/hb-subset.cc
@@ -189,6 +189,9 @@ case HB_OT_TAG_VORG: result = _subset<const OT::VORG> (plan); break; + case HB_OT_TAG_GDEF: + result = _subset2<const OT::GDEF> (plan); + break; case HB_OT_TAG_GSUB: result = _subset2<const OT::GSUB> (plan); break;