[subset] Enable hdmx subsetting.
This commit is contained in:
parent
bd18b6adf8
commit
aa4aa2353c
|
@ -230,6 +230,9 @@ _subset_table (hb_subset_plan_t *plan,
|
||||||
case HB_OT_TAG_glyf:
|
case HB_OT_TAG_glyf:
|
||||||
result = _subset<const OT::glyf> (plan);
|
result = _subset<const OT::glyf> (plan);
|
||||||
break;
|
break;
|
||||||
|
case HB_OT_TAG_hdmx:
|
||||||
|
result = _subset<const OT::hdmx> (plan);
|
||||||
|
break;
|
||||||
case HB_OT_TAG_head:
|
case HB_OT_TAG_head:
|
||||||
// SKIP head, it's handled by glyf
|
// SKIP head, it's handled by glyf
|
||||||
result = true;
|
result = true;
|
||||||
|
|
Loading…
Reference in New Issue