There is a application working with PAX A920 and PAX A910 devices. There is a change request to change the print slip more attractive way. Is there a way to use custom fonts?
I have tried by did not works for me.
try {
printerTester.setFontPath("font/calibri_regular.ttf");
}catch (Exception e){
e.printStackTrace();
}
Existing application font sizes changed by
printerTester.fontSet(EFontTypeAscii.FONT_8_16, EFontTypeExtCode.FONT_16_16);
Appreciate any help