bitmapfont
bitmapfont copied to clipboard
Refactor to create bdf parsing package
Would it be possible to refactor the code so that an user of this package can parse a .bdf
file and that it will return a font.Face
?
Theoretically yes, but I don't have enough bandwidth to implement a general BDF parser.
I've found https://github.com/zachomedia/go-bdf to work well for creating font.Faces from bdf files.