Smaller Font size for POSPrinter PrintNoraml on Slip

Raj B
0
Reputation points
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';