How does one go about creating a 1 color bitmap font, pixel by pixel in Windows?
I am most definitely not a font expert, but I have a need to create a bitmap font ASAP. I need it so I can mock up text content and placement on an LCD (think in-car DVD player size). Right now I'm doing my mockups in Paint Shop Pro. I have a bitmap font set defined that I cut and paste from to put on the display mockup. This is fairly cumbersome, and I'd like to simply be able to type the text I want into Paint Shop Pro and have it be exactly what I want pixel for pixel.
What I want out of the font (the font is basically already designed in a .bmp file made in PSP):
* 16 pixels wide by 20 pixels high
* 1 color (well, 2 really, but one of them is transparent)
* Only defined for one point size (i.e. I don't have a need for defining the font for 8 point through 32 point)
What I want out of the font creation program:
* ability to "paint" the font on a pixel grid
* ability to define the font such that programs won't try to anti-alias it (i.e. it's defined by its pixels, not its vectors)
* can save the font in a format easily digestable and usable by Windows 2K.
I thought my requirements were pretty basic until I set about to finding a program to create my font. I've tried googling all kinds of variations of "bitmap font creation," "bitmap font creator," etc. This track has led me to Bitmap Font Edit v1.1, Font Creator 5.0 and FONMaker 1.01. None of these programs seemed to do the trick (or I'm missing something). They either want to make me design the font as a vector, or don't seem to want to save the font in any format that I can use. I also tried
BitFontMaker but found that it restricted the size of the font to 10x10 pixels.
posted by udeups at 8:37 AM on June 27, 2005