mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
[subset] Disable GSUB/GPOS subsetting for now
So I can get a release out. I haven't debugged those yet, and they are producing bad tables.
This commit is contained in:
parent
d42f0e5809
commit
616fd34a69
1 changed files with 2 additions and 2 deletions
|
@ -179,10 +179,10 @@ _subset_table (hb_subset_plan_t *plan,
|
|||
break;
|
||||
|
||||
case HB_OT_TAG_GSUB:
|
||||
result = _subset2<const OT::GSUB> (plan);
|
||||
//result = _subset2<const OT::GSUB> (plan);
|
||||
break;
|
||||
case HB_OT_TAG_GPOS:
|
||||
result = _subset2<const OT::GPOS> (plan);
|
||||
//result = _subset2<const OT::GPOS> (plan);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Add table
Reference in a new issue