On Wed, May 5, 2010 at 7:50 PM, mehdi0016 <[email protected]> wrote: > i want to know is it possible to draw text into the newly created > image with pyglet? > specially i want to draw unicode character in rtl languages, and then > save image as a png.
To do this in pyglet you'll need to render the text to a texture and save that. Try googling; I found http://www.mail-archive.com/[email protected]/msg04395.html Richard -- 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.
