Evas font-engine: Remove most of the passing of strings.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 7 Apr 2011 16:25:56 +0000 (16:25 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 7 Apr 2011 16:25:56 +0000 (16:25 +0000)
commit47cfffcaaf73e16e1ad79dd2a03871ae5a77d7f5
treeffd1d864609e6c945b4628d2531877e8ae207492
parentdf57559ab1f430533e7ec773f8845e4a33019cc9
Evas font-engine: Remove most of the passing of strings.

We have string objects, we don't really need them. Draw still uses strings
for metric cache, but that will be removed soon as well.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@58460 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/canvas/evas_object_text.c
src/lib/canvas/evas_object_textblock.c
src/lib/engines/common/evas_font.h
src/lib/engines/common/evas_font_query.c
src/lib/include/evas_private.h
src/modules/engines/software_16/evas_engine.c
src/modules/engines/software_8/evas_engine.c
src/modules/engines/software_generic/evas_engine.c