Bitmap Fonts
We need two faces of fonts.
- big font
- w x h = 16 x 32
- A..Z 0..9 and special chars, min +-=|/\:;'",.!$%*()
- small font
- w x h = 8 x 16
- A..Z a..z 0..9 and special chars, min +-=|/\:;'",.!$%*()
Other specs
- black and white, only
- dithering for texture ok
- images will be placed side to side and one atop another, so baseline for lowercase-including font needs to be at center of image (eg "ABCqypgj" needs to look sane)
Ideas
- A blocky artsy techno font as was common in old demos and dos games could be cool, if tricky in 2 colors