GEF and BIDI [message #148190] |
Thu, 19 August 2004 12:55 |
Eclipse User |
|
|
|
Originally posted by: joseph.yahoo.com
Hi,everyone
I want to know how GEF interacts with SWT Control BIDI support. Because
I draw some number from left to right such as 1 2 3 4... .And when I set
arguments: -dir RTL what I expected is 4 3 2 1 but on my viewer it still
displays: 1 2 3 4... . Will the figures need to do something when I use
BIDI?
How can I gain BIDI support about GEF? I found that there is no
introduction in RedBook.
thanks
joseph
|
|
|
Re: GEF and BIDI [message #148199 is a reply to message #148190] |
Thu, 19 August 2004 13:37 |
Eclipse User |
|
|
|
Originally posted by: none.us.ibm.com
For now the only way is to use a TextLayout, and call
Graphics#drawTextLayout(TextLayout)
Otherwise, you'll have to modify the SWTGraphics which gets constructed by
the GraphicsSource for the lightweightSystem.
"joseph" <joseph@yahoo.com> wrote in message
news:cg27vo$uep$1@eclipse.org...
> Hi,everyone
> I want to know how GEF interacts with SWT Control BIDI support. Because
> I draw some number from left to right such as 1 2 3 4... .And when I set
> arguments: -dir RTL what I expected is 4 3 2 1 but on my viewer it still
> displays: 1 2 3 4... . Will the figures need to do something when I use
> BIDI?
> How can I gain BIDI support about GEF? I found that there is no
> introduction in RedBook.
> thanks
> joseph
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.02709 seconds