A simple Go library providing interface for mem-font pixel font.
go get github.com/orsinium-labs/memfont
It returns font.Face interface. A few ways how to use it:
- Draw text on an image using font.Drawer.
- Use font in pixel game library via pixel.Atlas.
See _examples directory.