[glyf] Don't bail rendering glyf even if gvar failed

Part of https://github.com/harfbuzz/harfbuzz/issues/3506
This commit is contained in:
Behdad Esfahbod 2022-03-25 12:56:19 -06:00
parent 0a38878549
commit a02fb4a0dc
1 changed files with 1 additions and 2 deletions

View File

@ -820,8 +820,7 @@ struct glyf
}
#ifndef HB_NO_VAR
if (unlikely (!glyf_accelerator.gvar->apply_deltas_to_points (gid, font, points.as_array ())))
return false;
glyf_accelerator.gvar->apply_deltas_to_points (gid, font, points.as_array ());
#endif
switch (type) {