Contemplating fonts in 640x480 palettized video - whether to go with a straight bitmap font that can be blitted or a straight 1 bit per pixel font with no hope of antialiasing..
@johnfredcee I think for this resolution you'd specifically *don't* want any attempt at antialiasing or filtering, it will look shitty either way compared to an old-school font that's rendered without any filtering (and if you want that old-school CRT look that's better done with a fullscreen filter IMHO).