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
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
does it provide sdf texture output? :)
What's the upside compared to https://github.com/nothings/stb/blob/master/stb_truetype.h?
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! 😂
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.
Now we can have pixel perfect Comic Sans appreciation on the Amiga! :)
or this
Revival/fnuque also wrote this: https://github.com/revivalizer/refonter