Work in progress: not the finished product
This online is tailor-made for my own purposes: to easily add beautiful text to a Commodore 64 bitmap
It adds hires GEOS text to a Koala multicolor. The generated C64 program, shows the result as seen on the screen.
You have a choice of several GEOS fonts. Some fonts have different sizes. Choose the one you want.
You can choose the background color for the text and the textcolor by clicking the apropriate square
The color chooser 'border color' chooses the background for the text.
You can move the text more to the right or down. Or align it to the bottom. TODO: More alignment options.
The program might add some lines at the bottom to get to a multiple of 8 pixels, this to make it easier to generate a C64 program. TODO: make it possible to choose any line.
If you're happy with the result, you can save the binary as a working .prg binary or a .kla binary to edit the kla later on. Use the buttons at the bottom for that. But be reminded that editing of the text will be hard, because the text is hires, not multicolor.
If you like to look at the code or maybe contribute go to the repository / Please note that in order to contribute you'll need a gitlab account and ask for permission first.