Evas font: Support no bidi no shaping mode in font rendering.
For no bidi: just don't set the bidi stuff. I.e paragraph props and the
other stuff (including text_props_direction_set). If you disable BiDi you most
likely want to disable shaping as well.
For no shaping: Disable bidi (i.e don't set direction) and pass
EVAS_TEXT_PROPS_MODE_NONE to info create.
This will prove especially useful for textgrid, but not only.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@72032
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33