bar receipt

This commit is contained in:
EugeneTes
2026-01-21 09:19:12 +01:00
parent e5a44e5fde
commit fe18db2642
5 changed files with 268 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ public class PrintCommand
public bool IsBig { get; set; }
public bool IsBold { get; set; }
public bool IsRed { get; set; }
public int? SetLineSpacing { get; set; }=null;
public PrintCommand(string text, bool isBig = false, bool isBold = false)
{
Text = text;