Computer Science Canada text help |
Author: | Waked [ 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 |
Author: | Dreadnought [ 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) |
Author: | Raknarg [ Mon Jun 11, 2012 9:15 am ] |
Post subject: | RE:text help |
You could use my custom get. It's not the best, but it'll still get the job done. http://compsci.ca/v3/viewtopic.php?t=31319 |