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

Fix wrong font choices (#676)

Co-authored-by: Patrick Kanzler <4189642+patkan@users.noreply.github.com>
This commit is contained in:
Benito López 2025-02-21 10:59:43 +01:00 committed by GitHub
parent e39ec9e50d
commit e383b7a397
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -373,7 +373,7 @@ ESCPOS_COMMANDS: List[Dict[str, Any]] = [
{
"option_strings": ("--font",),
"help": "Font choice",
"choices": ["left", "center", "right"],
"choices": ["A", "B"],
},
{
"option_strings": ("--text_type",),