efl/legacy/evas/src/lib/engines/common/language
Tom Hacohen ff18fa8399 Evas: Multiple changes that all relate to the Harfbuzz integration:
1. Started feeding Evas_Text_Props to the font engine instead of Evas_BiDi_Props because no we have more general text properties as well - i.e, OpenType stuff.
2. Full Harfbuzz integration which gets compiled in by default (if harfbuzz is present) but only works if the environment variable EVAS_USE_OT is set to 1 (because OT is way slower than regular text rendering).
3. Cleaned the font querying/drawing functions.
4. Added font_shaped function to all of the engines, which by default calls teh harfbuzz stuff (default on linux that is).
5. Moved some source files around a bit to make more sense.

SVN revision: 56455
2011-01-30 10:36:39 +00:00
..
evas_bidi_utils.c Evas font-engine: Moved bidi utils (and added script utils) to a subdir language that collects all the language specific adjustments to font handling. 2011-01-30 10:35:37 +00:00
evas_bidi_utils.h Evas: Multiple changes that all relate to the Harfbuzz integration: 2011-01-30 10:36:39 +00:00
evas_language_utils.c Evas: Multiple changes that all relate to the Harfbuzz integration: 2011-01-30 10:36:39 +00:00
evas_language_utils.h Evas: Multiple changes that all relate to the Harfbuzz integration: 2011-01-30 10:36:39 +00:00