From 2c9a79e9392006c0955dd72e89ff62e5f77ffd4e Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Fri, 27 Nov 2015 12:34:15 +0000 Subject: [PATCH] Revert "Evas: Temporarily hack OT_SUPPORT to fix textgrid" Fixed in upstream, see T2865. This reverts commit 8ccea8233c144f723470da09a01487484c269440. --- src/lib/evas/common/evas_font_ot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/evas/common/evas_font_ot.c b/src/lib/evas/common/evas_font_ot.c index f24009e..a5fe5b2 100644 --- a/src/lib/evas/common/evas_font_ot.c +++ b/src/lib/evas/common/evas_font_ot.c @@ -318,7 +318,7 @@ evas_common_font_ot_populate_text_props(const Eina_Unicode *text, Evas_Coord adv; ot_itr->source_cluster = infos->cluster; ot_itr->x_offset = positions->x_offset; - ot_itr->y_offset = 0; // FIXME positions->y_offset; FIXME// + ot_itr->y_offset = positions->y_offset; gl_itr->index = infos->codepoint; adv = positions->x_advance; -- 2.7.4