experiments for the new client
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user