Using fonts ripped from lots of Commodore 64 demos of old, you can now add some 8 bit fun and frolics to your products. Simply choose a font, type in your texts, change colours as needed and save a PNG of your logo in either real resolution or double size.
Under the hood, all we do is take letter images from a massive canvas (img/canvas.png
) and stitch them together on a new canvas.
You can see all the settings of the fonts in the fonts.js
JSON set. If you know any credits we forgot, please add them. You are also very encouraged to fix positioning issues. Each font set contains:
product
- the product the font was ripped fromyear
- the release yearproductlink
- the CSDB link to the productformat
- the original C64 file formatmaker
- the handle of the original creatormakerlink
- CSDB link of the creatorheight
- height of the fonta-z
(and special characters): array with start pixel coordinate and width of each character
- Idea and code by Chris 'Cupid' Heilmann - ported from the original tool written in PHP using gd
- Charset ripping and credit research by Dejan 'Nucleus' Petronijevic, Daniel Kottmair and Chris Heilmann
- Charset cleanup and transparency adding by Daniel 'Deekay' Kottmair
- find a demo with a nice font
- while running a demo in the vice emulator, enter a monitor (alt+m)
3 search for a pattern of a scrolltext in that demo (part) using
h 0800 d000 03 0f 04 05
(hexadecimal example for "code") - find a memory block where scrolltext is located
- fill it with
f 4000 4200 01 02 03 04 05 06 07 08 09 0a 0b
--- untill3f
(abcdefgh...
) - exit the monitor with x
- take screenshots with alt+c (save media file)
- snap the alphabet (and extra characters/numbers) in your favorite picture editing program
- send it to us