If that doesn't work, and if your daughter is not particular about inter-character spacing, maybe you could just override on_text to append a space to whatever is typed before calling the superclass method (or maybe call the superclass method twice, once with original input and once with a space).
- Bruce Smith On Thu, Apr 16, 2009 at 2:23 PM, cjl <[email protected]> wrote: > > Replying to myself again, I think I just found character wrapping in > trunk, > in pyglet/text/layout.py > > I'm going to give trunk a shot, and see if this works. > > 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 -~----------~----~----~----~------~----~------~--~---
