Skip to content

3dhead/bdf2ttf

 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 45.7%
  • C 44.2%
  • Makefile 10.1%