Sorry if this gets double posted, but I think Google ate my original post.
I am trying to create a simple application for my two year old daughter to type letters. I had a look at text_input.py, and am basing my code off that. I would like to mimic the text wrapping of Microsoft Word, but setting multiline=True doesn't really do this, it only seems to wrap after a space or line break. In Word, for example, if my daughter holds down a letter key, the document will fill from left to right and top to bottom with the letter. Word seems to wrap based on line length, not looking for spaces or line breaks. Is there a way to mimic this with Pyglet? Thanks, cjl --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en -~----------~----~----~----~------~----~------~--~---
