bitmapfont icon indicating copy to clipboard operation
bitmapfont copied to clipboard

Refactor to create bdf parsing package

Open CamilleScholtz opened this issue 5 years ago • 2 comments

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?

CamilleScholtz avatar Dec 23 '18 18:12 CamilleScholtz

Theoretically yes, but I don't have enough bandwidth to implement a general BDF parser.

hajimehoshi avatar Dec 23 '18 19:12 hajimehoshi

I've found https://github.com/zachomedia/go-bdf to work well for creating font.Faces from bdf files.

mortenson avatar Jan 24 '21 17:01 mortenson