Changed a few things in the printer

This commit is contained in:
Simon Martens
2021-10-07 15:55:05 +02:00
parent e906501af5
commit 85a7647e44
9 changed files with 144 additions and 19 deletions

View File

@@ -47,6 +47,7 @@ namespace HamannPrinter
public string FooterToText { get; set; } = "420";
public string NormalFont { get; set; } = "Linux Libertine G";
public string SpecialFont { get; set; } = "Linux Biolinum";
public string Diodone { get; set; } = "Playfair Display";
public string SuperValue { get; set; } = "6";
public string SubValue { get; set; } = "-4";
public (int, int) Years { get; set; }