Revert "Evas: Temporarily hack OT_SUPPORT to fix textgrid"
authorTom Hacohen <tom@stosb.com>
Fri, 27 Nov 2015 12:34:15 +0000 (12:34 +0000)
committerTom Hacohen <tom@stosb.com>
Fri, 27 Nov 2015 12:34:15 +0000 (12:34 +0000)
Fixed in upstream, see T2865.

This reverts commit 8ccea8233c144f723470da09a01487484c269440.

src/lib/evas/common/evas_font_ot.c

index f24009e..a5fe5b2 100644 (file)
@@ -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;