Evas textblock: Apply scale factor to <linesize>, <linegap> formats
authorYoungbok Shin <youngb.shin@samsung.com>
Mon, 11 Jul 2016 08:57:36 +0000 (17:57 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Mon, 11 Jul 2016 08:57:40 +0000 (17:57 +0900)
commit64e0dc341dfb0f9187254d26b6fde705b4830f52
tree78839b62981ed1188a9e58140ac88cf558b5729b
parent743880a1754ca8b6f0c96d84eae79d758bb05d31
Evas textblock: Apply scale factor to <linesize>, <linegap> formats

Summary:
Font size is scaled according to scale factor.
The linesize, linegap formats also have to be scaled properly.
@fix

Test Plan:
Test cases are included.
Run "make check"

Reviewers: woohyun, Jieun, tasn, herdsman

Reviewed By: tasn

Subscribers: raster, cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D3688
src/lib/evas/canvas/evas_object_textblock.c
src/tests/evas/evas_test_textblock.c