Evas textblock: Save memory space reducing unused hyphen dictionary loads 21/59121/1
authorYoungbok Shin <youngb.shin@samsung.com>
Thu, 4 Feb 2016 09:29:03 +0000 (11:29 +0200)
committerYoungbok Shin <youngb.shin@samsung.com>
Thu, 11 Feb 2016 01:56:56 +0000 (10:56 +0900)
commit2f09c103fec7a0f675546918e9805db5faf9a2e0
tree1ff948d0e5e62962c0dc100c34df37cbcc4bf6c5
parent840e1c53d8205229b753251c00bd8a0795c28194
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

Change-Id: I431d500ef25a43267c74eff37f87c65d6ac0ea7a
src/lib/evas/canvas/evas_object_textblock.c
src/lib/evas/canvas/evas_textblock_hyphenation.x