Using the CPCL line print mode on Android, I want to print text using the font that is installed in my zq220 printer. Previously, I could print text using the default font, which looks like this.
printer.sendCommand("! U1 SETLP 0 3 24"); printer.sendCommand("The Text I want TO Print");
But I want This One To Be Printed By The Font That Is Available Inside My Printer lets say I have a font named Kira in my printer and I want to print text using Kira font how do I make the printer print using CPCL LINE PRINT mode command
Thanks
1 Replies
Hi, I'm currently facing the same issue, though i have to make it work with cyrillic characters. Are you managed to solve this issue?
I tried to explicitly set using font in cpcl command referring to the article: https://supportcommunity.zebra.com/s/article/000026847?language=en_US
But for me it didn't work, not even with turkish characters as it was in article. I tried it with same font provided in article and also swiss-721 font in .CPF format in printer memory.