> The cookbook has this entry, but it doesn't work with new lines. > http://www.pygame.org/wiki/TextWrapping > > Anyone have any code like this that supports new lines?
Batteries are included: http://docs.python.org/lib/module-textwrap.html does that help? Douglas