[Gambas-user] Rotated text?

Benoit Minisini gambas at ...1...
Wed Jan 4 16:18:41 CET 2006


On Wednesday 04 January 2006 16:11, ML wrote:
> Hi all,
>
> I need to draw some rotated text strings on a graphic canvas, but I can't
> find any suitable control or method.
>
> The only rotate method I found is in the Image control, but I can't draw
> anything on this object, can I?
>
> Does anybody have an idea how to accomplish this?
>
> TIA for your help,
> Piero
>

At the moment, you can do this trick:

1) Draw the text in a picture.
2) Transform this picture into an image.
3) Rotate the image.
4) Transform the image in a picture.

And, of course, it is slow :-(

Regards,

-- 
Benoit Minisini





More information about the User mailing list