ShoeBox - lets you load customized glyphs from an image, and then create a bitmap font from them. There's a great tutorial for using it with libgdx. Glyph Designer - a commercial bitmap font tool with ...
An image, as you may know, is simply an array of colors, rendered in two dimensions. Let's use this very small image as an example; a heart sprite and a half-heart sprite: Now, when we zoom in on the ...