On Jan 31, 12:23 pm, Kipple <[email protected]> wrote: > Is there a different class I > should use for a frequently-changing display?
I believe you want to use: pyglet.text.layout.IncrementalTextLayout (pyglet.text.document.UnformattedDocument, width, height) http://www.pyglet.org/doc/api/pyglet.text.layout.IncrementalTextLayout-class.html "Unlike TextLayout and ScrollableTextLayout, this class generates vertex lists only for lines of text that are visible." (Label is actually a TextLayout) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
