Page 1 of 1

font->draw : go to the line

Posted: Fri Sep 08, 2006 3:08 pm
by goutbouyo
Hi, is it possible to go to the line when drawing text with :
font->draw()

Because my string contains "\n" and instead of this there is a quad.

Posted: Sat Sep 09, 2006 4:38 pm
by IPv6
There is no support for multyline text, you should add this by yourseklf
It is quite easy in fact, just split string into parts and draw lines in the loop