Commit 40166eb0e5d4095772059d509aa647ef4118f794

Ebrahim Byagowi 2020-02-08T13:17:06

[var] Fix the just introduced hb_font_set_var_coords_design storing bug The memcpy call was using the current coords count which is zero initially so no copy at all. Sad that no test has caught it, should see why, will however with the upcoming style API tests.