Blitter text from a multiframe canvas texture

If you have a lot of text that isn’t changing (e.g., labels) then this technique could give you better performance than using a bunch of Text objects.

I made one CanvasTexture, drew all the text on it, and then displayed it on a Blitter. Each Bob shows one texture frame.

1 Like