text help
Author |
Message |
Waked
|
Posted: Sun Jun 10, 2012 3:18 pm Post subject: text help |
|
|
im wondering if i could get info from the user of my program but change the font and size of the text they enter.
for example, this is what i have :
var name : string
get name
i want to change teh font and size of the input of get.
thanks |
|
|
|
|
 |
Sponsor Sponsor

|
|
 |
Dreadnought
|
Posted: Sun Jun 10, 2012 8:11 pm Post subject: Re: text help |
|
|
Turing does not have native support for this. You could read in input one character at a time and then draw the text to the screen, but you would have to implement all this yourself.
There might be a module posted somewhere on the forum that would do this, but I'm not sure. (assuming that you don't mind using/are allowed to use such a module) |
|
|
|
|
 |
Raknarg

|
|
|
|
 |
|
|