Is there a way to play around with the text?
Author |
Message |
Spyro
|
Posted: Tue Mar 30, 2004 9:56 pm Post subject: Is there a way to play around with the text? |
|
|
Hello,
The title speaks for itself. Basically, I am told to make a RPG game for my final project. Now since I aint too bright with Turing, I was hoping someone could help me. I posted this thread in hopes of someone answering my question about whether or not, I can adjust my text.
Adjusting such as: making my text size bigger, changing the font, and all
Thanks in advance! |
|
|
|
|
|
Sponsor Sponsor
|
|
|
shorthair
|
Posted: Tue Mar 30, 2004 10:02 pm Post subject: (No subject) |
|
|
yes , im not to sure of the exact command
but look under font in the turing help file , ( press f10 , and then go look for font in hte index )
the command is font.Draw i believe |
|
|
|
|
|
Tony
|
Posted: Tue Mar 30, 2004 10:10 pm Post subject: (No subject) |
|
|
code: |
var fontID:int := Font.New("Arial:14")
Font.Draw("some text", 100,100, fontID, black)
|
|
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
|
|