
-----------------------------------
9lucky
Thu Jan 19, 2012 6:44 pm

Changing text background
-----------------------------------
What is it you are trying to achieve?
I want to make the background behind the text transparent.


What is the problem you are having?
I want to know if it's possible to make the text background transparent.


Describe what you have tried to solve this problem
I tried setting white as a transparent colour and then making the text background white although it would only work with pictures. :/ I have no more ideas..


Please specify what version of Turing you are using
4.1.0.0

-----------------------------------
Tony
Thu Jan 19, 2012 7:13 pm

RE:Changing text background
-----------------------------------
[tdoc]Font.Draw[/tdoc]

-----------------------------------
9lucky
Thu Jan 19, 2012 7:23 pm

Re: RE:Changing text background
-----------------------------------

I want it to be with variables.

-----------------------------------
Tony
Thu Jan 19, 2012 7:37 pm

RE:Changing text background
-----------------------------------
[code]
Font.Draw (txtStr : string, x, y, fontID, Color : int)
[/code]
