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
devs/lauromoura/csharp_conventions
Hermet Park 4 years ago
parent 6b4953b468
commit 31cf281bdd
  1. 1
      src/lib/elementary/efl_ui_textpath.c

@ -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);

Loading…
Cancel
Save