tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2c9a79e9392006c0955dd72e89ff62e5f77ffd4e
commit 2c9a79e9392006c0955dd72e89ff62e5f77ffd4e Author: Tom Hacohen <t...@stosb.com> Date: Fri Nov 27 12:34:15 2015 +0000 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; --