Update examples/font_variations.py
Co-authored-by: Benito López <belono@users.noreply.github.com>
This commit is contained in:
parent
5894f0aeeb
commit
e19483a852
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue