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
Change-Id: I572c3fc6c65880807e91fbfb0abd70d7cabfcb8b
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);