RTL(right to left) .font definition.
Posted: Sun Jun 28, 2009 14:17
Hi
I want use an font(its Arabic ,RTL(right to left), and an unicode, TTF font )
Here is my .font definition :
Im using the font CELayoutEditorSetup-0.6.0 for testing the font.
Allthings is good and i can use the font, but the problem is here that the result of is not RTL and is reverse. for example if i write "123" in text of a button, "321" will appear in CEGUI.
Anyone can help me?
Thanks for any help.
H.Ahmadi
I want use an font(its Arabic ,RTL(right to left), and an unicode, TTF font )
Here is my .font definition :
Code: Select all
<?xml version="1.0" ?>
<Font Name="rtlfont" Filename="rtlfont.ttf" Type="FreeType" Size="12" NativeHorzRes="800" NativeVertRes="600" AutoScaled="true"/>
Im using the font CELayoutEditorSetup-0.6.0 for testing the font.
Allthings is good and i can use the font, but the problem is here that the result of is not RTL and is reverse. for example if i write "123" in text of a button, "321" will appear in CEGUI.
Anyone can help me?
Thanks for any help.
H.Ahmadi