Live data from Hacker News

A few interesting modern pixel fonts

unsung.aresluna.org

71–80 of 118 posts

Re: A few interesting modern pixel fonts

#72
post #59

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 qu…

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/

Re: A few interesting modern pixel fonts

#75
post #59

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 qu…

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]

[0] https://www.pixel-forge.com/

[1] https://itch.io/t/6384009/new-update-soon

Re: A few interesting modern pixel fonts

#79
Anyone else still using the 7x13 "misc fixed" font that comes with X11? I just can't switch. Perfectly readable on both 14" 1920×1200 and 35" 3440×1440. Yes it's small but that's kinda the point.

The only issue is that Nerd Font symbols are really hard to read at that size, even if one manages to get them to render (which isn't that hard in alacritty but needs some extra hacks in rxvt-unicode).

Re: A few interesting modern pixel fonts

#80
post #77

Another good one: FixederSys by Tom7 https://tom7.org/fixedersys/

Ironic that the page says

> ... it does have a few small problems, such as not working on modern computers ...

When connecting to this site in firefox says

> An error occurred during a connection to tom7.org. Peer attempted old style (potentially vulnerable) handshake.

Post reply on HN