evas_font_query: fixed the wrong arrangement when white-char is on wrapping point 89/232389/1
authorWooHyun Jung <wh0705.jung@samsung.com>
Mon, 4 May 2020 01:59:33 +0000 (10:59 +0900)
committerWooHyun Jung <wh0705.jung@samsung.com>
Mon, 4 May 2020 04:55:12 +0000 (13:55 +0900)
commit9f50447c1dbbc67f05add96fad12c86a282d0ef0
tree0a7cd9cce1347c2818428555b175d4b688844fbb
parent9c13459bcbda641b44fa4c487770af4d77d6eece
evas_font_query: fixed the wrong arrangement when white-char is on wrapping point

Current textblock does not have proper logic for processing line wrapping when -
1. white-char is on wrapping point
2. white-char is drawn with different font from the characters which are before and after it

So, this change would follow the old logic which assumes the font for white-character is
always cached by the current processing font.

After making proper changes in textblock, then this patch can be reverted.

@tizen_fix

Change-Id: I18f782402dafe64358c9094566ce41f96b8cbb84
src/lib/evas/common/evas_font_query.c