Update examples/font_variations.py

Co-authored-by: Benito López <belono@users.noreply.github.com>
This commit is contained in:
Patrick Kanzler 2024-08-25 00:51:07 +02:00 committed by GitHub
parent 5894f0aeeb
commit e19483a852
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@
# It is the 3rd entry (zero-based index 2), # It is the 3rd entry (zero-based index 2),
# with Font="B", Bold, Underline, Align=right. # with Font="B", Bold, Underline, Align=right.
from pprint import pprint
from escpos import printer from escpos import printer
p = printer.Usb(0x04B8, 0x0E20, profile="TM-P80") p = printer.Usb(0x04B8, 0x0E20, profile="TM-P80")