diff options
author | Youngbok Shin <youngb.shin@samsung.com> | 2013-10-18 11:25:59 +0100 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2013-10-18 11:25:59 +0100 |
commit | d17e0d39369b0c6a9dfb596688a38615dd25922d (patch) | |
tree | e7bf7464545612468411fece60daf21a35c00347 /ChangeLog | |
parent | 91565c48e3be1c79a6a2e3d7295725bf4a1b58c4 (diff) |
evas: Fixed the textblock format to be drawn according to the glyph's horizontal advance width.
Summary:
Some characters have different two value on glyph's width and horizontal advance width.
If the glyph's width is smaller than advance width, format can be drawn weird.
Test Plan:
Set underline:on to the entry style and just insert the following characters.
。
、
)
(
Reviewers: tasn, woohyun
CC: cedric
Differential Revision: https://phab.enlightenment.org/D270
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2013-10-18 Youngbok Shin + + * Fixed the textblock format to be drawn according to + the glyph's horizontal advance width. + 2013-10-15 ChunEon Park (Hermet) * Fixed the map surface to be updated properly. By tranversing the |