Hello, I've just released some classes I use to render pixel fonts when I don't want to use pyglet TTF fonts (that look bad when doing viewport scaling for old-style pixel graphics).
https://github.com/reidrac/pyglet-pixfont It basically manages ImageGrids to translate strings into Sprites that can be drawn using a Batch. I don't know if there's a better way of doing it, but it might be useful for someone else ;) Regards, Juan -- jjm's home: http://www.usebox.net/jjm/ blackshell: http://blackshell.usebox.net/ -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyglet-users. For more options, visit https://groups.google.com/d/optout.
