From Handwriting to Font
I spend a lot of time writing on paper with different pens and inks, but almost all of my actual work happens on a screen. I decided I wanted to bring my own handwriting onto the screen as well, so have built tools (with help from GitHub Copilot) to create fonts from my handwritten script. How else better to bring the different character of quality pens into the digital experience?
The Process
To do this right, I needed a reproducible pipeline to build a font from scans of handwriting. Drawing vector paths by hand in font editing software for hundreds of letters and alternates isn’t sustainable for me. I built hw2font, a local Python tool that automates the conversion from a scanned template to a compiled OpenType font.
