diff options
author | Daniel Zaoui <daniel.zaoui@samsung.com> | 2013-02-19 08:55:40 +0200 |
---|---|---|
committer | Daniel Zaoui <daniel.zaoui@samsung.com> | 2013-02-19 10:05:46 +0200 |
commit | aa488588d8d86f95b6f63fca078dd44b289464f4 (patch) | |
tree | 9b498a39a4b2b035935d103b43bcfe314f3b232a /NEWS | |
parent | 91711d8a694e53a95d164645b774de568ae4322b (diff) | |
download | efl-aa488588d8d86f95b6f63fca078dd44b289464f4.tar.gz efl-aa488588d8d86f95b6f63fca078dd44b289464f4.tar.xz efl-aa488588d8d86f95b6f63fca078dd44b289464f4.zip |
evas: Fix Evas Object Text when LTR and RTL are used together.
When harfbuzz is enabled, RTL text (arabic, hebrew...) is displayed differently
if the paragraph begins with or without LTR.
The problem was related to the function evas_common_language_script_type_get
and a wrong offset given as parameter to this function.
Thanks to EunYoung Kim for having found this bug.
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -174,3 +174,4 @@ Fixes: * Edje textblock: Improved textblock fit. * fix anchor clicked mouse signals for selection-enabled entries * Fix edje_color_class_list() and edje_text_class_list() to look at right hashes. + * Evas: Fix Evas_Object_Text when LTR and RTL are used in the same paragraph. |