mirror of
https://github.com/python-escpos/python-escpos
synced 2025-07-15 08:43:30 +00:00

The documentation currently says that `printer.set(type="B")` is the way to bold text. It won't work - you need to use `printer.set(text_type="B")`.