Remix.run Logo
pavel_lishin 4 days ago

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...

Gualdrapo 4 days ago | parent [-]

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.

gucci-on-fleek 4 days ago | parent [-]

> 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.