From: Tom Hacohen Date: Fri, 27 Nov 2015 12:34:15 +0000 (+0000) Subject: Revert "Evas: Temporarily hack OT_SUPPORT to fix textgrid" X-Git-Tag: upstream/1.20.0~8105 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2c9a79e9392006c0955dd72e89ff62e5f77ffd4e;p=platform%2Fupstream%2Fefl.git Revert "Evas: Temporarily hack OT_SUPPORT to fix textgrid" Fixed in upstream, see T2865. This reverts commit 8ccea8233c144f723470da09a01487484c269440. --- 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;