efl_ui_textpath : enable anti-alising for better quality.

Summary:
Current textpath on sw rendering is too jiggled,
quaility is very poor to use.

This option uses better quality texture mapping logic
in order to improve the image quality.

Depends on D8106

Reviewers: #committers

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8465
This commit is contained in:
Hermet Park 2019-04-08 13:16:24 +09:00
parent 6b4953b468
commit 31cf281bdd
1 changed files with 1 additions and 0 deletions

View File

@ -390,6 +390,7 @@ _text_draw(void *data)
remained_w -= seg->length;
}
evas_object_map_enable_set(pd->text_obj, EINA_TRUE);
evas_object_anti_alias_set(pd->text_obj, EINA_TRUE);
evas_object_map_set(pd->text_obj, map);
evas_map_free(map);