Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » GEF and BIDI
GEF and BIDI [message #148190] Thu, 19 August 2004 12:55 Go to next message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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
>
>
Previous Topic:What is Marquee in GEF?.
Next Topic:Resizing edit part without move
Goto Forum:
  


Current Time: Thu Apr 25 02:13:11 GMT 2024

Powered by FUDForum. Page generated in 0.02801 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top