[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Text at an angle



Hi,

I'm assuming you're using pure PyGame (no PyOpenGL) and that you know about pygame.font.

Yes, I would recommend rendering the image in the largest font size, then using pygame.transform.rotozoom() to zoom in and rotate.  Alternately, if the text is static and there's not too much of it, you can just use an image.

Ian