new receipt formats
This commit is contained in:
@@ -8,6 +8,7 @@ public class PrintCommand
|
||||
public bool IsBold { get; set; }
|
||||
public bool IsRed { get; set; }
|
||||
public int? SetLineSpacing { get; set; }=null;
|
||||
public bool IsCut { get; set; }
|
||||
public PrintCommand(string text, bool isBig = false, bool isBold = false)
|
||||
{
|
||||
Text = text;
|
||||
|
||||
Reference in New Issue
Block a user