MiaoUI/examples/STM32F103C8T6/lib/u8g2/tools/font/bmf2bdf/README.md

18 lines
532 B
Markdown
Raw Normal View History

2024-11-11 15:52:12 +00:00
# bmf2bdf: Converter from .bmf to .bdf file format.
.bmf: See [http://bmf.php5.cz/](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
```