bitmap-fonts

I need a Windows-compatible, square pixel font

I'm looking for a square pixel font, preferably 8x8 pixels per character. I would like it to look something like this: I need more or less every character shown here, especially the box drawing ones. The very few Windows fonts I've found after about an hour of searching don't have very few (if any) extended characters. I'm currently ...

Combine several bitmaps into (TrueType) font

I have several (~200) small bitmap files with glyph images. How can I combine them to a single bitmap font file? Actually, I need a TrueType font created from these bitmaps (with no curves, smoothing, vectorization or any transformations). It's a designer 'pixel' font, so it should have rough pixel edges and so on. ...

Generating labeled images for each glyph in a bitmap font file

Is there an easy way to generate a labeled bitmap image for each glyph contained in a given bitmap font file? I'm trying to convert a collection of Japanese .bdf fonts into a format usable in MATLAB and C++, where each glyph is used as the OCR classification key for the character it represents. ...

How to convert a bitmap font (.FON) into a truetype font (.TTF)?

Hello, My program (win32, Delphi) needs to display special chars in some columns of a table. To do that I use a special font for those columns. I got the font from my client. It is a .FON font. It works good on the screen but I often get problems as soon as I want to use it to print something. I would like to convert this .FON font int...