logoalt Hacker News

Making Software: How to make a font

106 pointsby Garbagelast Tuesday at 9:41 AM13 commentsview on HN

Comments

lifthrasiiryesterday at 9:36 AM

I used to make a hybrid bitmap-vector font called Unison [1] a decade ago and I made it in that way so that I don't have to learn the fine art of (vector) typography. Or at least that I could skip most of it (for example, kerning is still required for proportional fonts, but that doesn't have to be very precise in bitmap fonts). I'm now working on Unison once again after 11 years of time, this time armed with a dedicated font editor called Uniform. I haven't publicly released Uniform in public yet but anyone interested can already download and compile it.

[1] https://github.com/lifthrasiir/unison

interleaveyesterday at 9:33 AM

Thank you, that was perfect Sumday-morning reading: Easy to read yet dense information-wise.

I learned today: The difference between ttf and otf, what strong and weak characters are, what an Em is and where kerning and leading really come from.

My favorite parts: Learning where the magic of ligatures and those tiny postion-changes in moments like "To" come from.

Upvoted and favorited!

rippeltippelyesterday at 7:26 AM

Misleading title. This is an explainer on how fonts are encoded and rendered, not a tutorial on how to actually make a font.

show 3 replies
Waterluvianyesterday at 3:12 PM

I don’t think I ever really considered that some fonts could be computationally more demanding than others. I wonder if you could make a font whose characters are so overwhelmingly complex that it can kill performance maliciously? Like certain characters having millions of control points in an otherwise unassuming font.

Hard_Spaceyesterday at 6:25 AM

Previous discussion - https://news.ycombinator.com/item?id=43678144

show 1 reply
Gualdrapoyesterday at 4:03 PM

It seems it's just me, but the body font is too small.

la_ovejayesterday at 1:17 PM

i love the mono font used in the tables, anyone know what it is?

edit: might be https://www.departuremono.com/

davidhaggstromyesterday at 8:20 AM

The home page is beautifully illustrated.

gaoqian2580yesterday at 5:58 AM

The concept behind this website is truly innovative.