pull/2297/head
Qunxin Liu 5 years ago committed by Ebrahim Byagowi
parent 65f4136303
commit e0c3979af1
  1. 2
      src/hb-ot-layout-common.hh
  2. 2
      src/hb-ot-layout-gsubgpos.hh

@ -2656,7 +2656,7 @@ struct FeatureTableSubstitution
+ substitutions.iter ()
| hb_apply (subset_record_array (l, &(out->substitutions), this))
;
return_trace (bool (out->substitutions));
return_trace (true);
}
bool sanitize (hb_sanitize_context_t *c) const

@ -3125,7 +3125,7 @@ struct GSUBGPOS
if (!ret)
{
out->version.major = 1;
out->version.major = 0;
out->version.minor = 0;
}
}
#endif

Loading…
Cancel
Save