[glyf] Fix another bug with scaling

Of advances this time.

That codepath is never exercised though, if font has HVAR table.
This commit is contained in:
Behdad Esfahbod 2022-07-03 13:17:03 -06:00
parent f46ddeba48
commit ab327f93b7
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ struct glyf_accelerator_t
contour_point_t phantoms[glyf_impl::PHANTOM_COUNT];
if (likely (font->num_coords == gvar->get_axis_count ()))
success = get_points (font, gid, points_aggregator_t (font, nullptr, phantoms, true));
success = get_points (font, gid, points_aggregator_t (font, nullptr, phantoms, false));
if (unlikely (!success))
return