←back to thread

334 points kickofline | 3 comments | | HN request time: 0.019s | source
1. pavel_lishin ◴[] No.45141890[source]
I wonder if there's any way to transform this approach taken by Amy Goodchild into actual font files: https://www.amygoodchild.com/blog/cursive-handwriting-in-jav...
replies(1): >>45142929 #
2. Gualdrapo ◴[] No.45142929[source]
I'd bet it would be matter of "translating" those Chaikin's paths to Bézier. Then you could generate Metafont fonts from that, and from that you could get ttf, otf and whatnot.
replies(1): >>45143379 #
3. gucci-on-fleek ◴[] No.45143379[source]
> Then you could generate Metafont fonts from that, and from that you could get ttf, otf

It's unfortunately not very easy to generate modern TTF/OTF fonts from Metafont sources. If you're careful to not use any crazy pens, you can compile with Metapost and then import the outlines into FontForge, but it's still fairly tricky to make everything work properly.