formatToCPCL
Last updated
Formats a text to CPCL printer language.
text
The text to print.
String/Text
-
-
Yes
N/A
N/A
Coming Soon.
The user wants to format the text to print to CPCL printer language.
Set a variable vPrint using setVar function.


Call the function btPrinterPrint. Call the function formatToCPCL in the text parameter of the function to convert the text to CPCL format for printing.


The text formatted to CPCL will be printed.

Last updated