Hi,

There seems to be a bug in the latest j2sdk 1.4.1 for SGI IRIX.
When I try to drawString some text and rotate it by set the transform
of the graphics context the string is drawn untransformed.
The code works as expected on Windows but not on IRIX.
Using TextLayout to draw the text does not work on IRIX either.
I wrote a workaround that draws the string on a buffered image and
draws the image rotated on the graphics context. This works, but is slow and
ugly. Any one else had this problem? Any suggestions?

Thanks,

Michael Bailey
Software Engineer
Northrop Grumman Space Systems

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to