From bb3a55a61add08ae49989c6f3b6e6899b27ef28d Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 24 Mar 2025 17:05:58 -0600 Subject: [PATCH] [fontations] Add TODO --- src/fontations/lib.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/fontations/lib.rs b/src/fontations/lib.rs index bfd7c8bb1..524846471 100644 --- a/src/fontations/lib.rs +++ b/src/fontations/lib.rs @@ -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 }