experiments for the new client

This commit is contained in:
EugeneTes
2026-01-21 11:59:13 +01:00
parent 5cef04bf92
commit 729679d283
5 changed files with 903 additions and 18 deletions

View File

@@ -318,9 +318,9 @@ public class EpsonPrinter : IEpsonPrinter
byte value = 0x00;
if (biggerWidth)
value += 0x10;
if (biggerHeight)
value += 0x20;
if (biggerHeight)
value += 0x10;
if (secondaryFont)
value += 0x01;