pouët.net

TrueType font ripping tool

category: code [glöplog]
 
Hi all!

I made a little Python tool to help quickly rip a TrueType font into PNG.

You can find it on GitHub.

Any improvements will be gladly incorporated via pull request.

Cheers,
Rich
added on the 2021-11-01 19:45:20 by rich rich
does it provide sdf texture output? :)
added on the 2021-11-01 19:49:02 by NR4 NR4
Quote:
What's the upside compared to https://github.com/nothings/stb/blob/master/stb_truetype.h?


None, other than I didn't know about that! 😂
added on the 2021-11-01 20:13:09 by rich rich
Quote:
Quote:
What's the upside compared to https://github.com/nothings/stb/blob/master/stb_truetype.h?


None, other than I didn't know about that! 😂


Actually didn't at first grok that that is a C/C++ header, this is more for outputting an image you can convert for use in assembler, which is how I do all my Amiga coding.
added on the 2021-11-01 20:17:58 by rich rich
Now we can have pixel perfect Comic Sans appreciation on the Amiga! :)
added on the 2021-11-04 09:55:57 by El Topo El Topo
If you prefer a more visual approach, there are already many tools that do the same job but have a GUI as well, e.g. this or that
or this
added on the 2021-11-04 20:11:22 by fragment fragment
Quote:
If you prefer a more visual approach, there are already many tools that do the same job but have a GUI as well, e.g. this or that


Nice. Shame for Windows only, I wish more dev stuff was cross-platform.
added on the 2021-11-04 21:15:27 by rich rich
Revival/fnuque also wrote this: https://github.com/revivalizer/refonter
added on the 2021-11-05 16:48:26 by Zavie Zavie

login