On Thu, Feb 17, 2011 at 3:54 PM, Hassan Ilyas <hass...@vonemm.com> wrote:
> Hi All,
>
> I have been attempting to render Multiple Language Unicode text using
> DrawString function. Everything is working except the Arabic/Persian/Hebrew
> language strings which require Right-to-Left rendering.
>
> I have already attempted to reverse the order of unicode input which solves
> the problem of ordering of text, but unless a Right-to-Left rending option
> is available, Arabic text appears in broken apart ligature.
>
DirectFB does not offer a unicode Bidirectional text algorithm. You'll
either need to implement your own, or use libraries like fribidi or
harfbuzz. Don't forget the DSTF_RIGHT flag!
HTH
-- 
Sameh
_______________________________________________
directfb-dev mailing list
directfb-dev@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to