Back in mid 2022 I built an application utilizing various fonts. I’m now wanting to add some new fonts, but the format of the generated .c file is now very different from the older version so the generated files are unusable. Searching online, I found that v5.3 is available, but that was retired in 2020, so probably isnt the one I used.
Any reccomendations about how I can generate .c font files in the format from 2022?
I did solve it for now though; I reasoned that although the 5.3 vers was already retired, it may have produced the output I was wanting. So after jumping through a few hoops and broken links, I downloaded the offline version and found it did indeed produce the format I was looking for. It could be fragile moving forward though, so that repo could be very helpfull.
Thanks.