u8g2-copy/tools/font/bmf2bdf
kraus 248c0455c8 Merge branch 'master' of https://github.com/olikraus/u8g2 2022-11-20 22:37:06 +01:00
..
Makefile update 2022-11-20 20:46:45 +01:00
README.md Update README.md 2022-11-20 21:09:30 +01:00
bmf2bdf.c update 2022-11-20 22:37:00 +01:00
bmf2bdf.exe win exe 2022-11-20 20:54:53 +01:00
create_bmf2bdf.sh update 2022-11-20 20:18:43 +01:00

README.md

bmf2bdf: Converter from .bmf to .bdf file format.

.bmf: See http://bmf.php5.cz/

Features

  • Convert .bmf to .bdf, result will be written to stdout
  • Converts DOS codepage to Unicode (-u option)
  • Convert monospaced proportional font back to none-monospaced font (-p)
  • Optional glyph spacing with -x
  • Optional baseline adjustment with -y
  • Brightness threshold with -l
  • Generated BDF can be modified with gbdfed and FontForge

Example:

    bmf2bdf -u -p -x 1  font.bmf > font.bdf