bar receipt
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user