If someone goes into this old thread, here is the new one:
Thread
I made a text blitter! (example included)
Hello
A few years ago I modified an old text blitting example by Chris Burrows. It worked well enough but for my current project I needed some more features. So here is an example MFA of my new Text Blitter. It should hopefully work on any platform!
A few years ago I modified an old text blitting example by Chris Burrows. It worked well enough but for my current project I needed some more features. So here is an example MFA of my new Text Blitter. It should hopefully work on any platform!
- 3 active objects (text blitter, input blitter, and text character)
- String Parser object
- Edit object (for input blitting only)
- Window Control object
punchbird