Evas textblock: Save memory space reducing unused hyphen dictionary loads
authorYoungbok Shin <youngb.shin@samsung.com>
Thu, 4 Feb 2016 09:29:03 +0000 (11:29 +0200)
committerDaniel Hirt <daniel.hirt@samsung.com>
Thu, 4 Feb 2016 15:30:58 +0000 (17:30 +0200)
commit931b225895609f90855151700566df816dc47681
treeb771e72bb3c3738a59389591659a40c487cea185
parent497a287f07d3f2ea285e7e459d4b7cd5ce27178f
Evas textblock: Save memory space reducing unused hyphen dictionary loads

Summary:
Commonly, only few hyphenation dictionaries are used at a application.
So, loading all of dictionary files could cause waste of memory.
Evas textblock has to load hyphenation dictionaries only when it is
really needed.

Test Plan: N/A

Reviewers: woohyun, tasn, herdsman

Subscribers: cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D3626
src/lib/evas/canvas/evas_object_textblock.c
src/lib/evas/canvas/evas_textblock_hyphenation.x