Comment by layer8

2 years ago

No hinting apparently, so only for hi-DPI.

That's all I need to know about this font.

There is no point in cranking out yet another code font that doesn't have hinting. PragmataPro and Berkeley Mono are such well loved fonts not because of their aesthetic quality (code fonts are (proudly) ugly), but because of how well their hinting has been done.

If I want an unhinted, but well performing, font... there is Iosevka. Which I use.

  • If you're interested in a free, but carefully hinted coding font, my Luculent font [0][1] may be worth a look. The hinting is its defining feature, since I hate fuzzy font rendering. I wrote every line of TTF hinting code in it myself (no autohinting), and it is legible down to 5x11 pixel sized characters even if you disable antialiasing, so long as your font engine interprets the hints.

    [0] http://eastfarthing.com/luculent/

    [1] https://fontlibrary.org/en/font/luculent (live example in browser)

It looks fine on my standard DPI screens, but I'm assuming that that's because the freetype2 autohinter is being used.