[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] how to render text correctly?



A further improvement would be the ability to render multiple lines of
text in one function call.  Like:
font.render("""Line1
Line2
Line3""")