Custom drawing ratated text
Posted: Tue Sep 06, 2005 10:36 am
Hi.
I'm writing custom text using the
Canvas.RotateLabel().
Canvas.TextOut() methods. all works as expected, but I would need to be able to specify the color of the rotated text. I tried using the mCanvas.Pen.Color property, that affects lines drawn using Canvas.LineTo methods, but not text written with Canvas.RotateLabel(). Non rotated text can be colored using the font argument to TextOut, but is therre any way to rotate colored text?
thanks in advance.
I'm writing custom text using the
Canvas.RotateLabel().
Canvas.TextOut() methods. all works as expected, but I would need to be able to specify the color of the rotated text. I tried using the mCanvas.Pen.Color property, that affects lines drawn using Canvas.LineTo methods, but not text written with Canvas.RotateLabel(). Non rotated text can be colored using the font argument to TextOut, but is therre any way to rotate colored text?
thanks in advance.