bdf2ttf icon indicating copy to clipboard operation
bdf2ttf copied to clipboard

Convert BDF font file to TTF (embed bitmap as is, not conver to vector)

Font file conveter BDF to TTF

bdf2ttf converts font files in BDF which is bitmap font to a TrueType Font (TTF) format file. bdf2ttf uses TTF's embedded bitmap font feature for conversion. So conversion time is very short, and result TTF will be very small. But embedded bitmap font is size depended, when you it use with specifing different size, you would get dusty glyphs rendered.

Usage

See README_j.txt (Japanese)

License

Distributed under MIT License. See LICENSE file for details.