Closed CharlesAverill closed 2 years ago
Currently using my fork of bdf2ttf for this, but the conversion is pretty terrible
Current issue is that fontforge API font.autoTrace()
using autotrace
will do some BS tracing. We want it to trace the bitmap directly into an outline.
Compromise: Use autotrace
binary with all of its CLI arguments to do the above and export as SVG, then import that SVG with fontforge font.importOutlines(svg_filename)
, then save to TTF
Or maybe just convert to SVG internally? Seems easy enough
Wait, maybe just use potrace
2ebf28013d58da9c2355f12f97bf75850e96805e
Requires #14