I made myself a pixel font for composite (well, monochrome) video output on an RP2040:
https://github.com/PhobGCC/PhobGCC-SW/blob/main/PhobGCC/rp20...
(search for 1 to see letterforms)
The letters are 8x15 and verticals are 2 pixels wide to work better on older CRT televisions with less-sophisticated chroma filtering on their composite inputs.
I explicitly tried to avoid locking into 45 degree diagonals...
My only question now is, how do I turn this font into something I can use on a computer? I couldn't figure it out the last time I tried.
I made PixelForge [0] a while ago just for creating pixel fonts and being able to export to TTF. I had it semi-abandoned for a few years, but I'm about to release a new version in the next few days! [1]
Quite impressive [1]. Did you base it on a specific font, or did you just draw it however you felt like?
A few different resources with various ways to go about it, one of which may be near what you were hoping for:
FontStruct: https://fontstruct.com/
Calligraphr: https://www.calligraphr.com/en/
Kreative Korp: https://www.kreativekorp.com/software/fonts/index.shtml#rela...
Glyphs: https://glyphsapp.com/learn/pixelfont
PixelForge: https://www.pixel-forge.com/