Need a help in rotating text

Hello! I need to rotate text in my app. But I can’t find that function.

Thanks in advance for your prompt reply!
BurAndBY.

It is possible to rotate text that displays in a Canvas. It is not possible to ‘rotate’ Labels and other objects that display test.

Regards,
Steve

You could use imagemagick to create rotated text images:

convert -background transparent -pointsize 72 -rotate 90 label:AppInventor ai2.gif

ai2

Thanks all! I will try to make my task using the screen rotation!!! :+1:

Thank you so much

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.