[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Wed Jun 1 23:57:43 UTC 2016
src/hb-font.cc | 1 +
1 file changed, 1 insertion(+)
New commits:
commit aba4b0ca52f490adfc2f3c6ec0accddd6596fdf6
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Wed Jun 1 16:57:29 2016 -0700
Add TODO
diff --git a/src/hb-font.cc b/src/hb-font.cc
index 6a4823a..60554b9 100644
--- a/src/hb-font.cc
+++ b/src/hb-font.cc
@@ -158,6 +158,7 @@ hb_font_get_glyph_v_advance_nil (hb_font_t *font HB_UNUSED,
hb_codepoint_t glyph,
void *user_data HB_UNUSED)
{
+ /* TODO use font_extents.ascender+descender */
return font->y_scale;
}
static hb_position_t
More information about the HarfBuzz
mailing list