diff options
author | Tom Hacohen <tom@stosb.com> | 2013-02-21 14:59:27 +0000 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2013-02-21 15:00:57 +0000 |
commit | 4fc694978b4aab0b4dae37407301793b4d296b43 (patch) | |
tree | 23776d89c92e401c51e24951ab96432c8b73e089 /ChangeLog | |
parent | d6dababe7815c2abdc62e5cfcb498c9da045dc97 (diff) | |
download | efl-4fc694978b4aab0b4dae37407301793b4d296b43.tar.gz efl-4fc694978b4aab0b4dae37407301793b4d296b43.tar.xz efl-4fc694978b4aab0b4dae37407301793b4d296b43.zip |
Evas font: Fixed font run detection for some cases.
There were issues for specific cases with 2 different fonts in the middle
of a run.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,8 +1,9 @@ 2013-02-21 Tom Hacohen (TAsn) * Evas text: Fixed bug with the text object direction detection. + * Evas font: Fixed font run detection for specific cases with 2 + different fonts in the middle of a run. - size_range. 2013-02-21 Carsten Haitzler (The Rasterman) * Add ecore_x_dnd_self_begin() and ecore_x_dnd_self_drop() to |