One of the powers of the latest Claude AI model is that it can use any multiple external Python tools to perform complex tasks. And, as software engineer and AI expert Ashe Magalhaes has discovered, it turns out that the model can use these powers to build a Truetype font that you can install in your computer from any scanned page showing a full set of characters.
It’s a great, easy way to turn your handwriting into a font, but you can use it to create any typeface you can imagine as long as long as you have the adequate drawing skills. I tried it myself and it was pretty simple!
Before AI, you needed specialized tools like Calligraphr, HandFonted, or FontForge if you really want fine control. Now, if you have a free Claude account, you just need to ask nicely. Here’s how.
I first asked Claude to tell me if it could really transform my handwriting from a scanned paper into a typeface (sorry, Ashe, but you must never believe everything you see online). The AI, always its unbearably sycophantic self, told me, “What a fun project to do! Yes, I can help you” and then gave me the summary of how it was going to work.
It first offered me a template to print, so I could write down all the characters needed to make the font in a neatly ordered way—and gave me advice on how to scan the image (no shadows, no forced angles, no uneven lighting) for optimal results. You need your writing to be clear so its contour can be easily identified and traced by the AI, to transform it into the vector lines that form each character.
Since I haven’t owned a printer since the late 15th century, I told Claude that I have a paper with the alphabet all ready to go. So I uploaded a sample of purposely jagged writing that could have passed for the calligraphy of the sociopath from the movie Seven. “What a beautiful handwriting style! I can see you have a lovely italic/script feel,” it replied, before starting to process it.

Claude told me it didn’t have the font creation skill, but claimed it could do it with Python font libraries: “Let me set up the environment and process your image.”
What followed was a soliloquy of Claude discussing with itself and telling me how it was dealing with my scanned page, dividing the characters, trying to trace them, facing trouble, then trying to trace them again, segmenting the results, assembling the font, and some other stuff. After a few minutes of this, it finally handed me the .TTF file.

Excitedly, I dropped into macOS’ Fontbook just to discover it was all mangled. Each glyph looked like an ink blotch that vaguely reminded me of the original letter.
I uploaded the capture of the result to Claude to fix it. And sure, the AI found the problem (it failed to detect the outer contours of the letter), then went back to talk to itself, and, a few more minutes later, it delivered a new font. This time, the letters were fully recognizable but didn’t have holes in them.

The ‘O’, the ‘A’, the ‘R’, the ‘g’, the ‘e’… every glyph with an opening in them was solid. Another screen capture and another monologue later, I got a font file that was usable. It still had problems, like the ‘x’ and the ‘y’ were a single glyph rather than individual ones, so that required more work. Eventually, however, it got it right.

I tried with Ashe’s sample and it worked much better from the start so, my advice is for you to use a paper with lines and really space well each character. Better yet, download the writing template Claude offers to avoid all the back and forth.