mirror of
				https://github.com/python-escpos/python-escpos
				synced 2025-10-23 09:30:00 +00:00 
			
		
		
		
	Fix wrong font choices (#676)
Co-authored-by: Patrick Kanzler <4189642+patkan@users.noreply.github.com>
This commit is contained in:
		@@ -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",),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user