Smaller Font size for POSPrinter PrintNoraml on Slip

Raj B 0 Reputation points
2023-05-05T14:18:38.5866667+00:00

I am using

POS for .NET 1.14.1 SDK and EPSON OPOS ADK for .NET    Ver.1.14.20E

I am unable to make Font size smaller while printing on Slip using : TM-H6000V (EPSON Printer)

I am using following code to print on slip

_posPrinter.PrintNormal(PrinterStation.Slip, printtext);

I need to make font size small when it prints on slip

Also I am not able to find any documentation which help all different formatting instruction like this

Normal = sCEsc + '|N';

Bold = sCEsc + '|bC';

Developer technologies | .NET | Other
Developer technologies | C#
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.