How can we reduce the size of text/font while printing using an OPOS printer? I am using an Epson printer and the following softare components for making this work.
- OPOS ADK for .Net
- Microsoft POS for .Net
command used for printing a line is
m_Printer.PrintNormal(PrinterStation.Receipt, "\u001b|cA" + "noob is printing"+ "\n");
Is ther any escape charater for reducing the font size? RecLineChars is set as 42.