diff --git a/src/hb-font.cc b/src/hb-font.cc index 00f9fb6d7..d1b8a8822 100644 --- a/src/hb-font.cc +++ b/src/hb-font.cc @@ -109,7 +109,7 @@ hb_font_get_glyph_h_origin_nil (hb_font_t *font HB_UNUSED, void *user_data HB_UNUSED) { *x = *y = 0; - return false; + return true; } static hb_bool_t hb_font_get_glyph_h_origin_parent (hb_font_t *font,