Commit 5987a9f51d7002f7ca375a34c2b857841d82a91c

Behdad Esfahbod 2025-05-22T02:51:36

[ttmtx] Fix check for being non-default variation position. If user explicitly sets variations to `NULL` after it being set to something else, `face->blend` will still be non-`NULL`. The intention here however is correctly captured by `FT_IS_VARIATION`. * src/sfnt/ttmtx.c (tt_face_get_metrics): Use `FT_IS_VARIATION`.