Making Software: How to make a font
makingsoftware.com
Making Software: How to make a font
1–10 of 15 posts
Re: Making Software: How to make a font
#2The concept behind this website is truly innovative.
Re: Making Software: How to make a font
#3Previous discussion - https://news.ycombinator.com/item?id=43678144
Re: Making Software: How to make a font
#4Misleading title. This is an explainer on how fonts are encoded and rendered, not a tutorial on how to actually make a font.
Re: Making Software: How to make a font
#5Misleading title. This is an explainer on how fonts are encoded and rendered, not a tutorial on how to actually make a font.
I suspect the URL and the article title are correct, if you buy the whole chapter - and it's just that we are seeing a preview which gets the grounding down first.
Re: Making Software: How to make a font
#6Previous discussion - https://news.ycombinator.com/item?id=43678144
That’s related, but not the same article.
Re: Making Software: How to make a font
#7The home page is beautifully illustrated.
Re: Making Software: How to make a font
#8Thank 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!
Re: Making Software: How to make a font
#9I 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.
Re: Making Software: How to make a font
#10Misleading title. This is an explainer on how fonts are encoded and rendered, not a tutorial on how to actually make a font.
If you want a tutorial, http://designwithfontforge.com might be up your alley.