
-----------------------------------
appling
Sun Nov 02, 2003 3:37 pm

help with the font
-----------------------------------
:?: i am making a table,so,how to colour the font and add highlight in turing? :(

-----------------------------------
appling
Sun Nov 02, 2003 3:42 pm


-----------------------------------
who can help me??????? :?  :?

-----------------------------------
Tony
Sun Nov 02, 2003 4:34 pm


-----------------------------------
:?

Font.Draw(text:string,x:int,y:int,fontID:int,[b]color[/b]:int)


so just pick w/e color you want, I dont see where you're having the problem :?.

To highlight, you can draw a box behind the text :D

-----------------------------------
Andy
Mon Nov 03, 2003 11:51 am


-----------------------------------
or just use color(blue) to change text color to blue

-----------------------------------
Tony
Mon Nov 03, 2003 3:13 pm


-----------------------------------
or just use color(blue)

that would only affect the "put" statments... :?

-----------------------------------
Blade
Mon Nov 03, 2003 3:25 pm


-----------------------------------
to highlite put statemnts use colour(somecolour) and it will highlite the row, clear the screen and you get a background colour... so just dont do that.

-----------------------------------
Tony
Mon Nov 03, 2003 3:53 pm


-----------------------------------
to highlight text from put statment, you can use colorback()

just dont forget to switch back

put "one "..
colorback(blue)
put "two "..
colorback(white)
put "three"


-----------------------------------
appling
Mon Nov 03, 2003 4:34 pm


-----------------------------------
thanks i get it

-----------------------------------
Blade
Mon Nov 03, 2003 5:47 pm


-----------------------------------
to highlight text from put statment, you can use colorback()

thats what i meant... i get colourback() and colour() mixed up sometimes  :oops:
