[fontations] Add TODO
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
macos-ci / build (push) Waiting to run
msvc / msvc-2019-amd64 (push) Waiting to run
msvc / msvc-2019-x86 (push) Waiting to run
msys2 / MINGW32 (push) Waiting to run
msys2 / MINGW64 (push) Waiting to run
msys2 / CLANG64 (push) Waiting to run
Scorecard supply-chain security / Scorecard analysis (push) Failing after 1s

This commit is contained in:
Behdad Esfahbod 2025-03-24 17:05:58 -06:00
parent 0affe12785
commit bb3a55a61a

View file

@ -345,6 +345,9 @@ extern "C" fn _hb_fontations_get_glyph_v_origin(
return true as hb_bool_t;
}
// TODO: Implement the two other fallback cases, for TrueType
// with vmtx, and for no vmtx. See hb-ot-font implementation.
false as hb_bool_t
}