mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-15 01:18:13 +00:00
[subset] Enable hdmx subsetting.
This commit is contained in:
parent
bd18b6adf8
commit
aa4aa2353c
1 changed files with 3 additions and 0 deletions
|
@ -230,6 +230,9 @@ _subset_table (hb_subset_plan_t *plan,
|
|||
case HB_OT_TAG_glyf:
|
||||
result = _subset<const OT::glyf> (plan);
|
||||
break;
|
||||
case HB_OT_TAG_hdmx:
|
||||
result = _subset<const OT::hdmx> (plan);
|
||||
break;
|
||||
case HB_OT_TAG_head:
|
||||
// SKIP head, it's handled by glyf
|
||||
result = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue