I've designed a label with Label Vista (free Zebra software) and I went watching at the generated CPCL code, I noticed:
_TTF -23 0 0 400 0 0 0 0 2 34 [Arial] 117 16 Test TTF string
T Ari06pt.cpf 0 118 45 Test Uploaded font string
I've uploaded to the printer the Ari06pt.cpf generated font. Then I've tried to print from Label Vista and all went OK! IT WORKS!
After that I've passed the code to my android application (JAVA with Zebra SDK) and I've tried to print, but in this case only the
"T Ari06pt.cpf 0 118 45 Test Uploaded font string\r\n"
works right.... the first line (_TTF) is NOT WORKING anymore (white line was printed)...
Some solution?