I'm using javapos 1.15 to print on some epson thermal printer. All basics feats works properly except one: I don't know how to change the font size (neither type, but that's ok). According to documentation I could use some escaped caractere but none works. I can make text wider and bolder but not smaller.
Any help here?
So basically
mPrinter.printNormal(POSPrinterConst.PTR_S_RECEIPT,ESC+"|bC hello"); //That's works mPrinter.printNormal(POSPrinterConst.PTR_S_RECEIPT,ESC+"|50P hello"); //doesn't works
Thanks in advance
(fyi I print on epson TM-m30 that allow all text size (works fine with and AndroidEpsonSDK))