text rotate
Author |
Message |
rsshelas
|
Posted: Mon Nov 15, 2010 1:57 pm Post subject: text rotate |
|
|
i am trying to make the brazilian flag but i dont know how to rotate the text in the flag, is there a command if yes how do you use it.
Thanks for help |
|
|
|
|
 |
Sponsor Sponsor

|
|
 |
Insectoid

|
Posted: Mon Nov 15, 2010 2:24 pm Post subject: RE:text rotate |
|
|
As far as I know Turing hasn't got any default functions for rotating text. You might want to take a picture of text and rotate that. |
|
|
|
|
 |
SNIPERDUDE

|
Posted: Mon Nov 15, 2010 6:32 pm Post subject: RE:text rotate |
|
|
Insectoid is right, there is no Turing built-in command for that, but it is achievable. First use Font.Draw to create the text on screen (make sure it is drawn on a white background, that way you make sure the transparency works when re-drawing). Then use Pic.New to capture the text on screen and save it as an image. Then you can use Pic.Rotate and Pic.Draw to re-draw the saved image and rotate accordingly.
You can use the Turing help documents (Press F10 in Turing) or the Turing Walkthrough for more information on each command.
Hope that helps! |
|
|
|
|
 |
|
|