1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-06-25 08:38:43 +00:00

add newline

This commit is contained in:
Patrick Kanzler 2025-02-21 10:28:39 +01:00 committed by GitHub
parent 08dbe5dd01
commit a284112865
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,3 +23,4 @@ text_list = ["col1", "col2", "col3"]
widths = [5, 20, 15] widths = [5, 20, 15]
align = ["left", "center", "right"] align = ["left", "center", "right"]
p.software_columns(text_list=text_list, widths=widths, align=align) p.software_columns(text_list=text_list, widths=widths, align=align)