[font] Fix serial_coords
Some checks failed
arm / arm-none-eabi (push) Waiting to run
configs-ci / build (push) Waiting to run
fontations / build (push) Waiting to run
linux-ci / build (push) Waiting to run
msvc / msvc-2019-x86 (push) Waiting to run
msys2 / CLANG64 (push) Waiting to run
macos-ci / build (push) Waiting to run
msvc / msvc-2019-amd64 (push) Waiting to run
msys2 / MINGW32 (push) Waiting to run
msys2 / MINGW64 (push) Waiting to run
Scorecard supply-chain security / Scorecard analysis (push) Failing after 2s

This commit is contained in:
Behdad Esfahbod 2025-04-03 04:04:40 -06:00
parent c6c8dcdeca
commit 18ab0f5522

View file

@ -1894,6 +1894,7 @@ _hb_font_adopt_var_coords (hb_font_t *font,
font->num_coords = coords_length;
font->changed ();
font->serial_coords = font->serial;
}
/**