mirror of
https://github.com/python-escpos/python-escpos
synced 2025-08-04 08:53:29 +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")`.