mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 05:25:05 +00:00
[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
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:
parent
0affe12785
commit
bb3a55a61a
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue