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';

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,415 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,306 questions
{count} votes