Closed GoogleCodeExporter closed 9 years ago
Now doable with Text class (use the bounding box functionality which will
automatically wrap text inside of it).
Original comment by foxbl...@gmail.com
on 26 Dec 2009 at 7:53
A TextBox class could still be done, by combing a Rectangle object with a Text
object.
Rectangle colour could match the background colour of the BOXED colour setting
to
have nice fast font rendering!
Original comment by pokeparadox@gmail.com
on 28 Dec 2009 at 12:47
Hmm, but I don't think we need a whole new class for that...
maybe add a function like copyProperties which takes a Rectangle and then
copies the
properties (Position, colour) over to the text class...
Or create a pointer to the Rectangle so settings are automatically read and
applied
on rendering
Original comment by foxbl...@gmail.com
on 28 Dec 2009 at 3:16
Original issue reported on code.google.com by
foxbl...@gmail.com
on 10 Dec 2009 at 9:07